Searched refs:neighbours (Results 1 – 7 of 7) sorted by relevance
| /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() 262 list_for_each_entry_rcu(neigh, &net->mctp.neighbours, list) { in mctp_rtm_getneigh() 290 list_for_each_entry_rcu(neigh, &net->mctp.neighbours, list) { in mctp_neigh_lookup() 308 INIT_LIST_HEAD(&ns->neighbours); in mctp_neigh_net_init() 318 list_for_each_entry(neigh, &ns->neighbours, list) in mctp_neigh_net_exit()
|
| /linux/include/net/netns/ |
| H A D | mctp.h | 40 struct list_head neighbours; member
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 192 struct hlist_head neighbours[2]
|
| /linux/Documentation/infiniband/ |
| H A D | ipoib.rst | 55 networking stack to use the smaller UD MTU for these neighbours.
|
| /linux/net/mctp/test/ |
| H A D | route-test.c | 1392 list_add_rcu(&neigh.list, &init_net.mctp.neighbours); in mctp_test_route_gw_output()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 2600 struct hlist_head neighbours[NEIGH_NR_TABLES]; member
|
| /linux/net/core/ |
| H A D | neighbour.c | 79 return &dev->neighbours[i]; in neigh_get_dev_table()
|