Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dneighbour.h62 #define NUD_REACHABLE 0x02 macro
/linux-5.19.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-5.19.10/include/trace/events/
Dneigh.h15 { NUD_REACHABLE, "reachable" }, \
/linux-5.19.10/net/bridge/
Dbr_fdb.c96 return NUD_REACHABLE; in fdb_to_nud()
1157 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/linux-5.19.10/samples/bpf/
Dxdp_router_ipv4_user.c419 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/linux-5.19.10/drivers/net/vxlan/
Dvxlan_core.c1234 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1463 NUD_REACHABLE, in vxlan_snoop()
3773 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4188 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
4521 NUD_REACHABLE, in vxlan_fdb_external_learn_add()
Dvxlan_vnifilter.c489 NUD_REACHABLE | NUD_PERMANENT, in vxlan_update_default_fdb_entry()
/linux-5.19.10/net/ipv4/
Dfib_semantics.c569 if (state == NUD_REACHABLE) in fib_detect_death()
2183 int state = NUD_REACHABLE; in fib_good_nh()
Darp.c892 int state = NUD_REACHABLE; in arp_process()
Dnexthop.c1124 int state = NUD_REACHABLE; in ipv6_good_nh()
1140 int state = NUD_REACHABLE; in ipv4_good_nh()
/linux-5.19.10/net/core/
Dneighbour.c1078 if (state & NUD_REACHABLE) { in neigh_timer_handler()
1103 neigh->nud_state = NUD_REACHABLE; in neigh_timer_handler()
1392 ((new & NUD_REACHABLE) ? in __neigh_update()
/linux-5.19.10/net/ipv6/
Dndisc.c1062 new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE; in ndisc_recv_na()
/linux-5.19.10/net/dsa/
Dslave.c377 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()
/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot.c1393 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c796 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()