/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ulog.h | 22 char outdev[IFNAMSIZ]; member in struct:ebt_ulog_packet_msg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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,
|