Home
last modified time | relevance | path

Searched defs:neighbour (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dneighbour.h134 struct neighbour { struct
135 struct neighbour __rcu *next; argument
155 int (*output)(struct neighbour *, struct sk_buff *); argument
165 void (*solicit)(struct neighbour *, struct sk_buff *); argument
Drose.h114 struct rose_neigh *neighbour[3]; member
133 struct rose_neigh *neighbour; member
Dnetrom.h105 struct nr_neigh *neighbour; member
Dx25.h153 struct x25_neigh *neighbour; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnetrom.h37 ax25_address neighbour; member
Drose.h70 ax25_address neighbour; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnetrom.h24 ax25_address neighbour; member
Drose.h57 ax25_address neighbour; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dnetrom.h31 ax25_address neighbour; member
Drose.h69 ax25_address neighbour; member
/kernel/linux/linux-5.10/net/netrom/
Dnr_route.c323 static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct net_device *dev) in nr_del_node()
/kernel/linux/linux-5.10/net/core/
Dneighbour.c2964 void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) in neigh_for_each() argument
2988 int (*cb)(struct neighbour *)) in __neigh_for_each_release()