Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_semantics.c264 hlist_del_rcu(&nexthop_nh->nh_hash); in fib_release_info()
482 hlist_for_each_entry_rcu(nh, head, nh_hash) { in ip_fib_check_default()
1589 hlist_add_head_rcu(&nexthop_nh->nh_hash, head); in fib_create_info()
1929 hlist_for_each_entry(nh, head, nh_hash) { in fib_sync_mtu()
1954 hlist_for_each_entry(nh, head, nh_hash) { in fib_sync_down_dev()
2113 hlist_for_each_entry(nh, head, nh_hash) { in fib_sync_up()
/linux/include/net/
H A Dip_fib.h109 struct hlist_node nh_hash; member