Home
last modified time | relevance | path

Searched refs:NEIGH_CB (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Darp.c871 if (NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED || in arp_process()
988 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in arp_rcv()
/openbmc/linux/include/net/
H A Dneighbour.h576 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) macro
/openbmc/linux/net/ipv6/
H A Dndisc.c913 if (!(NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED) && in ndisc_recv_ns()
1849 memset(NEIGH_CB(skb), 0, sizeof(struct neighbour_cb)); in ndisc_rcv()
/openbmc/linux/net/core/
H A Dneighbour.c1631 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process()
1678 NEIGH_CB(skb)->sched_next = sched_next; in pneigh_enqueue()
1679 NEIGH_CB(skb)->flags |= LOCALLY_ENQUEUED; in pneigh_enqueue()