Searched defs:fa_head (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dfib_semantics.c1173 struct list_head *fa_head = res->fa_head; local
1178 list_for_each_entry_rcu(fa, fa_head, fa_list) {
H A Dfib_trie.c1026 struct list_head *fa_head = NULL; local
1086 fa_head = &li->falh;
1103 fa_head = &li->falh;
1158 return fa_head;
1168 struct list_head *fa_head = NULL; local
1200 fa_head = get_fa_head(l, plen);
1201 fa = fib_find_alias(fa_head, tos, fi->fib_priority);
1231 list_for_each_entry_continue(fa, fa_head, fa_list) {
1303 if (!fa_head) {
1304 fa_head
1620 struct list_head *fa_head; local
[all...]

Completed in 77 milliseconds