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
2870
f->state = NUD_STALE;
drivers/net/vxlan/vxlan_core.c
357
.state = NUD_STALE,
drivers/net/vxlan/vxlan_core.c
370
.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
1136
WRITE_ONCE(neigh->nud_state, NUD_STALE);
net/core/neighbour.c
1169
WRITE_ONCE(neigh->nud_state, NUD_STALE);
net/core/neighbour.c
1220
if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) {
net/core/neighbour.c
1247
} else if (neigh->nud_state & NUD_STALE) {
net/core/neighbour.c
1285
if (neigh->nud_state & NUD_STALE)
net/core/neighbour.c
1468
new = NUD_STALE;
net/core/neighbour.c
1472
if (lladdr == neigh->ha && new == NUD_STALE &&
net/core/neighbour.c
1574
neigh_update(neigh, lladdr, NUD_STALE,
net/ipv4/arp.c
1140
unsigned int state = NUD_STALE;
net/ipv4/arp.c
936
state = NUD_STALE;
net/ipv6/ndisc.c
1078
new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE;
net/ipv6/ndisc.c
1082
new_state = NUD_STALE;
net/ipv6/ndisc.c
1171
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,
net/ipv6/ndisc.c
1481
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,
net/ipv6/ndisc.c
949
ndisc_update(dev, neigh, lladdr, NUD_STALE,
net/ipv6/route.c
4297
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,