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

/linux-master/include/uapi/linux/
H A Dneighbour.h63 #define NUD_REACHABLE 0x02 macro
89 * possible) they remain in NUD_REACHABLE state.
/linux-master/include/net/
H 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-master/include/trace/events/
H A Dneigh.h15 { NUD_REACHABLE, "reachable" }, \
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c419 req.rt.ndm_state = NUD_REACHABLE;
/linux-master/net/bridge/
H A Dbr_fdb.c93 return NUD_REACHABLE;
1217 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) {
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c489 NUD_REACHABLE | NUD_PERMANENT,
H A Dvxlan_core.c1259 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) {
1488 NUD_REACHABLE,
3932 NUD_REACHABLE | NUD_PERMANENT,
4360 NUD_REACHABLE | NUD_PERMANENT,
4706 NUD_REACHABLE,
/linux-master/net/ipv4/
H A Dfib_semantics.c572 if (state == NUD_REACHABLE)
2197 int state = NUD_REACHABLE;
H A Darp.c913 int state = NUD_REACHABLE;
H A Dnexthop.c1343 int state = NUD_REACHABLE;
1359 int state = NUD_REACHABLE;
/linux-master/net/core/
H A Dneighbour.c1098 if (state & NUD_REACHABLE) {
1123 WRITE_ONCE(neigh->nud_state, NUD_REACHABLE);
1412 ((new & NUD_REACHABLE) ?
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c781 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;
/linux-master/net/ipv6/
H A Dndisc.c1083 new_state = msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c804 ndm->ndm_state = is_dynamic ? NUD_REACHABLE : NUD_NOARP;
/linux-master/net/dsa/
H A Duser.c535 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;

Completed in 237 milliseconds