Searched refs:NUD_STALE (Results 1 – 11 of 11) sorted by relevance
/linux/include/uapi/linux/ |
H A D | neighbour.h | 64 #define NUD_STALE 0x04 macro
|
/linux/net/ipv6/ |
H A D | ndisc.c | 955 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 D | route.c | 4199 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in rt6_do_redirect()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 205 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 D | neigh.h | 16 { NUD_STALE, "stale" }, \
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
|
/linux/net/core/ |
H A D | neighbour.c | 1115 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 D | arp.c | 932 state = NUD_STALE; in arp_process() 1134 unsigned int state = NUD_STALE; in arp_req_set()
|
/linux/include/net/ |
H A D | neighbour.h | 38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 351 .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 D | br_fdb.c | 91 return NUD_STALE; in fdb_to_nud()
|