Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dneighbour.h55 #define NUD_STALE 0x04 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dneighbour.h55 #define NUD_STALE 0x04 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h58 #define NUD_STALE 0x04 macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c936 ndisc_update(dev, neigh, lladdr, NUD_STALE, in ndisc_recv_ns()
1049 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE, in ndisc_recv_na()
1113 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in ndisc_recv_rs()
1416 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in ndisc_router_discovery()
H A Droute.c4083 ndisc_update(skb->dev, neigh, lladdr, NUD_STALE, in rt6_do_redirect()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h16 { NUD_STALE, "stale" }, \
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1068 neigh->nud_state = NUD_STALE; in neigh_timer_handler()
1139 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()
1341 new = NUD_STALE; in __neigh_update()
1345 if (lladdr == neigh->ha && new == NUD_STALE && in __neigh_update()
1471 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c910 state = NUD_STALE; in arp_process()
1071 unsigned int state = NUD_STALE; in arp_req_set()
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h39 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c643 return NUD_STALE; in fdb_to_nud()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c458 .state = NUD_STALE, in vxlan_ip_miss()
471 .state = NUD_STALE, in vxlan_fdb_miss()
3004 f->state = NUD_STALE; in vxlan_cleanup()