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
2867
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
1135
WRITE_ONCE(neigh->nud_state, NUD_STALE);
net/core/neighbour.c
1168
WRITE_ONCE(neigh->nud_state, NUD_STALE);
net/core/neighbour.c
1219
if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) {
net/core/neighbour.c
1246
} else if (neigh->nud_state & NUD_STALE) {
net/core/neighbour.c
1284
if (neigh->nud_state & NUD_STALE)
net/core/neighbour.c
1467
new = NUD_STALE;
net/core/neighbour.c
1471
if (lladdr == neigh->ha && new == NUD_STALE &&
net/core/neighbour.c
1573
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
1079
new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE;
net/ipv6/ndisc.c
1083
new_state = NUD_STALE;
net/ipv6/ndisc.c
1172
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,
net/ipv6/ndisc.c
1482
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,
net/ipv6/ndisc.c
950
ndisc_update(dev, neigh, lladdr, NUD_STALE,
net/ipv6/route.c
4303
ndisc_update(skb->dev, neigh, lladdr, NUD_STALE,