Searched refs:neighbours (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mctp/ |
H A D | neigh.c | 55 list_add_rcu(&neigh->list, &net->mctp.neighbours); in mctp_neigh_add() 77 list_for_each_entry_safe(neigh, tmp, &net->mctp.neighbours, list) { in mctp_neigh_remove_dev() 96 list_for_each_entry_safe(neigh, tmp, &net->mctp.neighbours, list) { in mctp_neigh_remove() 258 list_for_each_entry_rcu(neigh, &net->mctp.neighbours, list) { in mctp_rtm_getneigh() 286 list_for_each_entry_rcu(neigh, &net->mctp.neighbours, list) { in mctp_neigh_lookup() 304 INIT_LIST_HEAD(&ns->neighbours); in mctp_neigh_net_init() 314 list_for_each_entry(neigh, &ns->neighbours, list) in mctp_neigh_net_exit()
|
/openbmc/linux/include/net/netns/ |
H A D | mctp.h | 34 struct list_head neighbours; member
|
/openbmc/linux/net/atm/ |
H A D | Kconfig | 39 such neighbours are silently discarded instead.
|
/openbmc/linux/Documentation/infiniband/ |
H A D | ipoib.rst | 55 networking stack to use the smaller UD MTU for these neighbours.
|