Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dneighbour.h538 struct neighbour_cb { struct
545 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) argument
/Linux-v5.4/net/ipv4/
Darp.c959 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/Linux-v5.4/net/ipv6/
Dndisc.c1750 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()