neighbour_cb 375 include/net/neighbour.h #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) neighbour_cb 929 net/ipv4/arp.c memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); neighbour_cb 1627 net/ipv6/ndisc.c memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb));