Home
last modified time | relevance | path

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

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