Home
last modified time | relevance | path

Searched refs:NUD_STALE (Results 1 – 11 of 11) sorted by relevance

/linux/include/uapi/linux/
H A Dneighbour.h64 #define NUD_STALE 0x04 macro
/linux/net/ipv6/
H A Dndisc.c955 ndisc_update(dev, neigh, lladdr, NUD_STALE, in ndisc_recv_ns()
1085 new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE; in ndisc_recv_na()
1089 new_state = NUD_STALE; in ndisc_recv_na()
1178 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in ndisc_recv_rs()
1498 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in ndisc_router_discovery()
H A Droute.c4199 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in rt6_do_redirect()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c205 e->state = (e->neigh->nud_state & NUD_STALE) ? in do_l2t_write_rpl()
540 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) && in t4_l2t_update()
/linux/include/trace/events/
H A Dneigh.h16 { NUD_STALE, "stale" }, \
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
/linux/net/core/
H A Dneighbour.c1115 WRITE_ONCE(neigh->nud_state, NUD_STALE); in neigh_timer_handler()
1187 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1214 } else if (neigh->nud_state & NUD_STALE) { in __neigh_event_send()
1252 if (neigh->nud_state & NUD_STALE) in __neigh_event_send()
1391 new = NUD_STALE; in __neigh_update()
1395 if (lladdr == neigh->ha && new == NUD_STALE && in __neigh_update()
1519 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
/linux/net/ipv4/
H A Darp.c932 state = NUD_STALE; in arp_process()
1134 unsigned int state = NUD_STALE; in arp_req_set()
/linux/include/net/
H A Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
/linux/drivers/net/vxlan/
H A Dvxlan_core.c351 .state = NUD_STALE, in vxlan_ip_miss()
364 .state = NUD_STALE, in vxlan_fdb_miss()
2833 f->state = NUD_STALE; in vxlan_cleanup()
/linux/net/bridge/
H A Dbr_fdb.c91 return NUD_STALE; in fdb_to_nud()