Searched refs:fi_list (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | net.c | 121 struct list_head fi_list; member 281 list_for_each_entry(fi, &pd->fi_list, fi_link) in fwnet_frag_overlap() 295 list = &pd->fi_list; in fwnet_frag_new() 296 list_for_each_entry(fi, &pd->fi_list, fi_link) { in fwnet_frag_new() 300 if (!list_is_last(&fi->fi_link, &pd->fi_list)) { in fwnet_frag_new() 318 if (!list_is_first(&fi->fi_link, &pd->fi_list)) { in fwnet_frag_new() 366 INIT_LIST_HEAD(&new->fi_list); in fwnet_pd_new() 409 list_for_each_entry_safe(fi, n, &old->fi_list, fi_link) in fwnet_pd_delete() 439 fi = list_entry(pd->fi_list.next, struct fwnet_fragment_info, fi_link); in fwnet_pd_is_complete()
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 539 INIT_LIST_HEAD(&nh->fi_list); in nexthop_alloc() 1691 list_for_each_entry(fi, &old->fi_list, nh_list) { in fib_check_nh_list() 2167 bool need_flush = !list_empty(&nh->fi_list); in __remove_nexthop_fib() 2171 list_for_each_entry(fi, &nh->fi_list, nh_list) in __remove_nexthop_fib() 2254 if (!list_empty(&nh->fi_list)) in nh_rt_cache_flush() 2539 if (!list_empty(&nh->fi_list)) { in __nexthop_replace_notify() 2546 list_for_each_entry(fi, &nh->fi_list, nh_list) in __nexthop_replace_notify() 2551 list_for_each_entry(fi, &nh->fi_list, nh_list) in __nexthop_replace_notify()
|
| H A D | fib_semantics.c | 1581 list_add(&fi->nh_list, &nh->fi_list); in fib_create_info()
|
| /linux/include/net/ |
| H A D | nexthop.h | 146 struct list_head fi_list; /* v4 entries using nh */ member
|