Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h592 #define LOCALLY_ENQUEUED 0x1 macro
/linux/net/ipv4/
H A Darp.c873 if (NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED || in arp_process()
/linux/net/ipv6/
H A Dndisc.c907 if (!(NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED) && in ndisc_recv_ns()
/linux/net/core/
H A Dneighbour.c1735 NEIGH_CB(skb)->flags |= LOCALLY_ENQUEUED; in pneigh_enqueue()