Home
last modified time | relevance | path

Searched refs:indev (Results 1 – 4 of 4) sorted by relevance

/include/net/netfilter/
Dnf_socket.h8 const struct net_device *indev);
11 const struct net_device *indev);
Dbr_netfilter.h26 struct sk_buff *skb, struct net_device *indev,
/include/linux/
Dnetfilter.h143 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/
Dpkt_cls.h512 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()