Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dneighbour.h57 #define NUD_REACHABLE 0x02 macro
/Linux-v5.10/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-v5.10/include/trace/events/
Dneigh.h15 { NUD_REACHABLE, "reachable" }, \
/Linux-v5.10/net/bridge/
Dbr_fdb.c645 return NUD_REACHABLE; in fdb_to_nud()
1002 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/Linux-v5.10/samples/bpf/
Dxdp_router_ipv4_user.c483 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/Linux-v5.10/drivers/net/
Dvxlan.c1280 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1508 NUD_REACHABLE, in vxlan_snoop()
3866 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4266 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
4586 NUD_REACHABLE, in vxlan_fdb_external_learn_add()
/Linux-v5.10/net/ipv4/
Dfib_semantics.c561 if (state == NUD_REACHABLE) in fib_detect_death()
2152 int state = NUD_REACHABLE; in fib_good_nh()
Dnexthop.c511 int state = NUD_REACHABLE; in ipv6_good_nh()
527 int state = NUD_REACHABLE; in ipv4_good_nh()
Darp.c892 int state = NUD_REACHABLE; in arp_process()
/Linux-v5.10/net/core/
Dneighbour.c1034 if (state & NUD_REACHABLE) { in neigh_timer_handler()
1059 neigh->nud_state = NUD_REACHABLE; in neigh_timer_handler()
1338 ((new & NUD_REACHABLE) ? in __neigh_update()
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c600 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
/Linux-v5.10/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c619 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()
/Linux-v5.10/net/ipv6/
Dndisc.c1049 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE, in ndisc_recv_na()
/Linux-v5.10/net/dsa/
Dslave.c210 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()