Searched refs:indev (Results 1 – 4 of 4) sorted by relevance
/include/net/netfilter/ |
D | nf_socket.h | 8 const struct net_device *indev); 11 const struct net_device *indev);
|
D | br_netfilter.h | 26 struct sk_buff *skb, struct net_device *indev,
|
/include/linux/ |
D | netfilter.h | 143 struct net_device *indev, in nf_hook_state_init() argument 151 p->in = indev; in nf_hook_state_init() 210 struct net_device *indev, struct net_device *outdev, in nf_hook() argument 251 nf_hook_state_init(&state, hook, pf, indev, outdev, in nf_hook() 422 struct net_device *indev, struct net_device *outdev, in nf_hook() argument
|
/include/net/ |
D | pkt_cls.h | 512 char indev[IFNAMSIZ]; in tcf_change_indev() local 515 if (nla_strlcpy(indev, indev_tlv, IFNAMSIZ) >= IFNAMSIZ) { in tcf_change_indev() 520 dev = __dev_get_by_name(net, indev); in tcf_change_indev()
|