Home
last modified time | relevance | path

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

/linux/include/net/
A 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/include/uapi/linux/
A Dneighbour.h60 #define NUD_REACHABLE 0x02 macro
/linux/include/trace/events/
A Dneigh.h15 { NUD_REACHABLE, "reachable" }, \
/linux/net/bridge/
A Dbr_fdb.c96 return NUD_REACHABLE; in fdb_to_nud()
1014 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) { in br_fdb_add()
/linux/samples/bpf/
A Dxdp_router_ipv4_user.c498 req.rt.ndm_state = NUD_REACHABLE; in get_arp_table()
/linux/drivers/net/
A Dvxlan.c1281 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) { in vxlan_fdb_add()
1509 NUD_REACHABLE, in vxlan_snoop()
3882 NUD_REACHABLE | NUD_PERMANENT, in __vxlan_dev_create()
4282 NUD_REACHABLE | NUD_PERMANENT, in vxlan_changelink()
4597 NUD_REACHABLE, in vxlan_fdb_external_learn_add()
/linux/net/ipv4/
A Dfib_semantics.c560 if (state == NUD_REACHABLE) in fib_detect_death()
2192 int state = NUD_REACHABLE; in fib_good_nh()
A Darp.c892 int state = NUD_REACHABLE; in arp_process()
A Dnexthop.c1123 int state = NUD_REACHABLE; in ipv6_good_nh()
1139 int state = NUD_REACHABLE; in ipv4_good_nh()
/linux/net/core/
A Dneighbour.c1063 if (state & NUD_REACHABLE) { in neigh_timer_handler()
1088 neigh->nud_state = NUD_REACHABLE; in neigh_timer_handler()
1371 ((new & NUD_REACHABLE) ? in __neigh_update()
/linux/net/ipv6/
A Dndisc.c1049 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE, in ndisc_recv_na()
/linux/drivers/net/ethernet/mscc/
A Docelot.c1173 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
/linux/net/dsa/
A Dslave.c214 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in dsa_slave_port_fdb_do_dump()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch.c792 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP; in dpaa2_switch_fdb_dump_nl()

Completed in 60 milliseconds