Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h551 struct neighbour_cb { struct
558 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) argument
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c965 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c1758 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()