Searched refs:indev (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dnetfilter.h122 struct net_device *indev, struct net_device *outdev,
134 struct net_device *indev,
139 return nf_hook_slow(pf, hook, skb, indev, outdev, okfn, thresh);
144 struct net_device *indev, struct net_device *outdev,
147 return nf_hook_thresh(pf, hook, skb, indev, outdev, okfn, INT_MIN);
296 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) (okfn)(skb)
297 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb)
300 struct net_device *indev,
307 struct net_device *indev, struct net_device *outdev,
132 nf_hook_thresh(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh) argument
143 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
298 nf_hook_thresh(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh) argument
306 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
/include/net/
H A Dpkt_cls.h339 char indev[IFNAMSIZ]; local
342 if (nla_strlcpy(indev, indev_tlv, IFNAMSIZ) >= IFNAMSIZ)
344 dev = __dev_get_by_name(net, indev);
/include/net/netfilter/
H A Dnf_queue.h18 struct net_device *indev; member in struct:nf_queue_entry

Completed in 179 milliseconds