Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dfib_semantics.c311 static struct hlist_head *fib_nh_head(struct net_device *dev) in fib_nh_head() function
313 return &dev->fib_nh_head; in fib_nh_head()
482 head = fib_nh_head(dev); in ip_fib_check_default()
1566 head = fib_nh_head(nexthop_nh->fib_nh_dev); in fib_create_info()
1919 struct hlist_head *head = fib_nh_head(dev); in fib_sync_mtu()
1938 struct hlist_head *head = fib_nh_head(dev); in fib_sync_down_dev()
2103 head = fib_nh_head(dev); in fib_sync_up()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst86 struct hlist_head fib_nh_head
/linux-6.15/include/linux/
H A Dnetdevice.h2274 struct hlist_head fib_nh_head; member