Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dneighbour.h495 struct neighbour_cb { struct
502 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) argument
/linux-4.4.14/net/ipv4/
Darp.c911 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/linux-4.4.14/net/ipv6/
Dndisc.c1651 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()