OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outdev
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h
22
char
outdev
[IFNAMSIZ];
member in struct:ebt_ulog_packet_msg
/external/kernel-headers/original/linux/
netfilter.h
152
struct net_device *indev, struct net_device *
outdev
,
165
struct net_device *
outdev
,
172
return nf_hook_slow(pf, hook, skb, indev,
outdev
, okfn, thresh);
176
struct net_device *indev, struct net_device *
outdev
,
179
return nf_hook_thresh(pf, hook, skb, indev,
outdev
, okfn, INT_MIN);
334
#define NF_HOOK(pf, hook, skb, indev,
outdev
, okfn) (okfn)(skb)
335
#define NF_HOOK_COND(pf, hook, skb, indev,
outdev
, okfn, cond) (okfn)(skb)
339
struct net_device *
outdev
,
345
struct net_device *indev, struct net_device *
outdev
,
/external/openssl/crypto/perlasm/
x86_64-xlate.pl
67
my ($
outdev
,$outino,@junk)=stat($output);
70
if ($stddev!=$
outdev
|| $stdino!=$outino);
Completed in 1334 milliseconds