Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h499 #define LOCALLY_ENQUEUED 0x1 macro
/linux-4.1.27/net/ipv4/
Darp.c784 if (NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED || in arp_process()
/linux-4.1.27/net/ipv6/
Dndisc.c803 if (!(NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED) && in ndisc_recv_ns()
/linux-4.1.27/net/core/
Dneighbour.c1396 NEIGH_CB(skb)->flags |= LOCALLY_ENQUEUED; in pneigh_enqueue()