Home
last modified time | relevance | path

Searched refs:NUD_REACHABLE (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/linux/
H A Dneighbour.h63 #define NUD_REACHABLE 0x02 macro
/linux/include/trace/events/
H A Dneigh.h15 { NUD_REACHABLE, "reachable" }, \
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c419 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1255 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1495 NUD_REACHABLE, in vxlan_snoop()
3974 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4449 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
4802 NUD_REACHABLE, in vxlan_fdb_external_learn_add()
H A Dvxlan_vnifilter.c494 NUD_REACHABLE | NUD_PERMANENT, in vxlan_update_default_fdb_entry()
/linux/net/ipv4/
H A Dfib_semantics.c550 if (state == NUD_REACHABLE) in fib_detect_death()
2172 int state = NUD_REACHABLE; in fib_good_nh()
H A Darp.c916 int state = NUD_REACHABLE; in arp_process()
H A Dnexthop.c1355 int state = NUD_REACHABLE; in ipv6_good_nh()
1371 int state = NUD_REACHABLE; in ipv4_good_nh()
/linux/net/core/
H A Dneighbour.c1049 if (state & NUD_REACHABLE) { in neigh_timer_handler()
1074 WRITE_ONCE(neigh->nud_state, NUD_REACHABLE); in neigh_timer_handler()
1363 ((new & NUD_REACHABLE) ? in __neigh_update()
/linux/net/ipv6/
H A Dndisc.c1087 new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE; in ndisc_recv_na()