Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h587 struct neighbour_cb { struct
594 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) argument
/linux/net/ipv4/
H A Darp.c994 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/linux/net/ipv6/
H A Dndisc.c1832 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()