Home
last modified time | relevance | path

Searched refs:nf_hook_ingress_init (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dnetfilter_ingress.h41 static inline void nf_hook_ingress_init(struct net_device *dev) in nf_hook_ingress_init() function
56 static inline void nf_hook_ingress_init(struct net_device *dev) {} in nf_hook_ingress_init() function
/Linux-v4.19/net/core/
Ddev.c8968 nf_hook_ingress_init(dev); in alloc_netdev_mqs()