Searched refs:nip_tb_head (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_fib.c | 84 struct nip_fib_node *nip_fib_locate(struct hlist_head *nip_tb_head, in nip_fib_locate() argument 93 h = &nip_tb_head[hash]; in nip_fib_locate() 103 h = &nip_tb_head[hash]; in nip_fib_locate() 146 h = &table->nip_tb_head[hash]; in nip_fib_add() 215 static void nip_fib_clean_hash(struct net *net, struct hlist_head *nip_tb_head, in nip_fib_clean_hash() argument 228 struct hlist_head *h = &nip_tb_head[i]; in nip_fib_clean_hash() 256 nip_fib_clean_hash(net, main_tbl->nip_tb_head, func, arg); in nip_fib_clean_all() 260 nip_fib_clean_hash(net, local_tbl->nip_tb_head, func, arg); in nip_fib_clean_all()
|
H A D | route.c | 413 fn = nip_fib_locate(table->nip_tb_head, &fln->daddr); in nip_pol_route() 461 fn = nip_fib_locate(fib_tbl->nip_tb_head, addr); in nip_bind_addr_check() 641 fn = nip_fib_locate(table->nip_tb_head, &cfg->fc_dst); in nip_route_del() 977 hlist_for_each_entry_rcu(fn, &table->nip_tb_head[i], in nip_route_show_table()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | nip_fib.h | 81 struct hlist_head nip_tb_head[NIN_ROUTE_HSIZE]; member 139 struct nip_fib_node *nip_fib_locate(struct hlist_head *nip_tb_head,
|
Completed in 4 milliseconds