Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dneighbour.h64 #define NUD_STALE 0x04 macro
/linux-6.15/net/ipv6/
H A Dndisc.c957 ndisc_update(dev, neigh, lladdr, NUD_STALE, in ndisc_recv_ns()
1087 new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE; in ndisc_recv_na()
1091 new_state = NUD_STALE; in ndisc_recv_na()
1180 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in ndisc_recv_rs()
1500 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in ndisc_router_discovery()
H A Droute.c4242 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in rt6_do_redirect()
/linux-6.15/include/trace/events/
H A Dneigh.h16 { NUD_STALE, "stale" }, \
/linux-6.15/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-6.15/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
/linux-6.15/net/core/
H A Dneighbour.c1062 WRITE_ONCE(neigh->nud_state, NUD_STALE); in neigh_timer_handler()
1134 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { in __neigh_event_send()
1161 } else if (neigh->nud_state & NUD_STALE) { in __neigh_event_send()
1199 if (neigh->nud_state & NUD_STALE) in __neigh_event_send()
1338 new = NUD_STALE; in __neigh_update()
1342 if (lladdr == neigh->ha && new == NUD_STALE && in __neigh_update()
1466 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
/linux-6.15/net/ipv4/
H A Darp.c934 state = NUD_STALE; in arp_process()
1136 unsigned int state = NUD_STALE; in arp_req_set()
/linux-6.15/include/net/
H A Dneighbour.h39 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
/linux-6.15/net/bridge/
H A Dbr_fdb.c84 return NUD_STALE; in fdb_to_nud()
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c352 .state = NUD_STALE, in vxlan_ip_miss()
365 .state = NUD_STALE, in vxlan_fdb_miss()
2865 f->state = NUD_STALE; in vxlan_cleanup()