Home
last modified time | relevance | path

Searched refs:fib_nh_head (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dfib_semantics.c318 static struct hlist_head *fib_nh_head(struct net_device *dev) in fib_nh_head() function
320 return &dev->fib_nh_head; in fib_nh_head()
431 head = fib_nh_head(dev); in ip_fib_check_default()
1591 head = fib_nh_head(nexthop_nh->fib_nh_dev); in fib_create_info()
1944 struct hlist_head *head = fib_nh_head(dev); in fib_sync_mtu()
1963 struct hlist_head *head = fib_nh_head(dev); in fib_sync_down_dev()
2128 head = fib_nh_head(dev); in fib_sync_up()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst86 struct hlist_head fib_nh_head
/linux/include/linux/
H A Dnetdevice.h2246 struct hlist_head fib_nh_head; member