Symbol: NUD_STALE
drivers/net/ethernet/chelsio/cxgb3/l2t.c
391
} else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE))
drivers/net/ethernet/chelsio/cxgb4/l2t.c
205
e->state = (e->neigh->nud_state & NUD_STALE) ?
drivers/net/ethernet/chelsio/cxgb4/l2t.c
540
} else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) &&
drivers/net/vxlan/vxlan_core.c
2877
f->state = NUD_STALE;
drivers/net/vxlan/vxlan_core.c
356
.state = NUD_STALE,
drivers/net/vxlan/vxlan_core.c
369
.state = NUD_STALE,
include/net/neighbour.h
39
#define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
include/trace/events/neigh.h
16
{ NUD_STALE, "stale" }, \
net/bridge/br_fdb.c
84
return NUD_STALE;
net/core/neighbour.c
1132
WRITE_ONCE(neigh->nud_state, NUD_STALE);
net/core/neighbour.c
1165
WRITE_ONCE(neigh->nud_state, NUD_STALE);
net/core/neighbour.c
1216
if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) {
net/core/neighbour.c
1243
} else if (neigh->nud_state & NUD_STALE) {
net/core/neighbour.c
1281
if (neigh->nud_state & NUD_STALE)
net/core/neighbour.c
1464
new = NUD_STALE;
net/core/neighbour.c
1468
if (lladdr == neigh->ha && new == NUD_STALE &&
net/core/neighbour.c
1570
neigh_update(neigh, lladdr, NUD_STALE,
net/ipv4/arp.c
1139
unsigned int state = NUD_STALE;
net/ipv4/arp.c
935
state = NUD_STALE;
net/ipv6/ndisc.c
1077
new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE;
net/ipv6/ndisc.c
1081
new_state = NUD_STALE;
net/ipv6/ndisc.c
1170
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,
net/ipv6/ndisc.c
1480
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,
net/ipv6/ndisc.c
950
ndisc_update(dev, neigh, lladdr, NUD_STALE,
net/ipv6/route.c
4312
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,