Home
last modified time | relevance | path

Searched refs:neighbour_cb (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dneighbour.h546 struct neighbour_cb { struct
553 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) argument
/kernel/linux/linux-5.10/net/ipv4/
Darp.c965 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/kernel/linux/linux-5.10/net/ipv6/
Dndisc.c1758 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()