Home
last modified time | relevance | path

Searched refs:neighbour_cb (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h539 struct neighbour_cb { struct
546 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb)
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h569 struct neighbour_cb { struct
576 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb)
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c965 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c986 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/kernel/linux/linux-5.10/net/ipv6/
H A Dndisc.c1768 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()
/kernel/linux/linux-6.6/net/ipv6/
H A Dndisc.c1843 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()

Completed in 11 milliseconds