Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dneighbour.h53 #define NUD_REACHABLE 0x02 macro
/Linux-v4.19/include/net/
Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/Linux-v4.19/net/bridge/
Dbr_fdb.c630 return NUD_REACHABLE; in fdb_to_nud()
888 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/Linux-v4.19/samples/bpf/
Dxdp_router_ipv4_user.c465 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/Linux-v4.19/net/ipv4/
Dfib_semantics.c450 if (state == NUD_REACHABLE) in fib_detect_death()
1737 int state = NUD_REACHABLE; in fib_good_nh()
Darp.c894 int state = NUD_REACHABLE; in arp_process()
/Linux-v4.19/drivers/net/
Dvxlan.c885 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1046 NUD_REACHABLE, in vxlan_snoop()
3205 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
3497 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
/Linux-v4.19/net/core/
Dneighbour.c933 if (state & NUD_REACHABLE) { in neigh_timer_handler()
958 neigh->nud_state = NUD_REACHABLE; in neigh_timer_handler()
1222 ((new & NUD_REACHABLE) ? in neigh_update()
/Linux-v4.19/net/dsa/
Dslave.c217 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()
/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot.c779 ndm->ndm_state = NUD_REACHABLE; in ocelot_fdb_do_dump()
/Linux-v4.19/net/ipv6/
Dndisc.c1032 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE, in ndisc_recv_na()