Searched refs:neighbour_priv (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/6lowpan/ |
H A D | ndisc.c | 60 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_ndisc_802154_update() 127 n = lowpan_802154_neigh(neighbour_priv(neigh)); in lowpan_ndisc_opt_addr_space()
|
/kernel/linux/linux-6.6/net/6lowpan/ |
H A D | ndisc.c | 60 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_ndisc_802154_update() 127 n = lowpan_802154_neigh(neighbour_priv(neigh)); in lowpan_ndisc_opt_addr_space()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 123 struct atmarp_entry *entry = neighbour_priv(n); in neigh_check_cb() 292 struct atmarp_entry *entry = neighbour_priv(neigh); in clip_constructor() 360 entry = neighbour_priv(n); in clip_start_xmit() 473 entry = neighbour_priv(neigh); in clip_setentry() 833 return clip_seq_vcc_walk(state, neighbour_priv(n), pos); in clip_seq_sub_iter() 855 atmarp_info(seq, n, neighbour_priv(n), vcc); in clip_seq_show()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 123 struct atmarp_entry *entry = neighbour_priv(n); in neigh_check_cb() 292 struct atmarp_entry *entry = neighbour_priv(neigh); in clip_constructor() 360 entry = neighbour_priv(n); in clip_start_xmit() 473 entry = neighbour_priv(neigh); in clip_setentry() 833 return clip_seq_vcc_walk(state, neighbour_priv(n), pos); in clip_seq_sub_iter() 855 atmarp_info(seq, n, neighbour_priv(n), vcc); in clip_seq_show()
|
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/ |
H A D | core.c | 86 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_neigh_construct()
|
H A D | tx.c | 64 llneigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_header_create()
|
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
H A D | core.c | 87 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_neigh_construct()
|
H A D | tx.c | 64 llneigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_header_create()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 250 static inline void *neighbour_priv(const struct neighbour *n) in neighbour_priv() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 255 static inline void *neighbour_priv(const struct neighbour *n) in neighbour_priv() function
|
Completed in 12 milliseconds