Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/net/core/
Ddev.c10525 nf_hook_ingress_init(dev); in alloc_netdev_mqs()