Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dneighbour.h500 #define LOCALLY_ENQUEUED 0x1 macro
/linux-4.4.14/net/ipv4/
Darp.c809 if (NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED || in arp_process()
/linux-4.4.14/net/ipv6/
Dndisc.c818 if (!(NEIGH_CB(skb)->flags & LOCALLY_ENQUEUED) && in ndisc_recv_ns()
/linux-4.4.14/net/core/
Dneighbour.c1403 NEIGH_CB(skb)->flags |= LOCALLY_ENQUEUED; in pneigh_enqueue()