Searched refs:NUD_NOARP (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h70 #define NUD_NOARP 0x40 macro
74 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change and make no
/linux-master/net/ipv4/
H A Darp.c250 neigh->nud_state = NUD_NOARP;
270 neigh->nud_state = NUD_NOARP;
273 neigh->nud_state = NUD_NOARP;
277 neigh->nud_state = NUD_NOARP;
1126 if (!(READ_ONCE(neigh->nud_state) & NUD_NOARP)) {
1153 if (READ_ONCE(neigh->nud_state) & ~NUD_NOARP)
1432 * so we tell the generic iterator to skip NUD_NOARP.
/linux-master/include/net/
H A Dneighbour.h38 #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.h20 { NUD_NOARP, "noarp" }, \
/linux-master/net/bridge/
H A Dbr_fdb.c89 return NUD_NOARP;
628 if (ndm_state & NUD_NOARP)
1074 if (source && !(state & NUD_PERMANENT) && !(state & NUD_NOARP) &&
1125 } else if (state & NUD_NOARP) {
1217 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) {
H A Dbr_private.h825 #define FDB_FLUSH_ALLOWED_NDM_STATES (NUD_PERMANENT | NUD_NOARP)
/linux-master/net/ipv6/
H A Dndisc.c346 neigh->nud_state = NUD_NOARP;
351 neigh->nud_state = NUD_NOARP;
354 neigh->nud_state = NUD_NOARP;
359 neigh->nud_state = NUD_NOARP;
/linux-master/net/core/
H A Dneighbour.c272 (n->nud_state == NUD_NOARP) ||
423 n->nud_state = NUD_NOARP;
1321 (old & (NUD_NOARP | NUD_PERMANENT)))
3213 if (READ_ONCE(n->nud_state) & ~NUD_NOARP)
3255 if (READ_ONCE(n->nud_state) & ~NUD_NOARP)
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1464 if (f->state & (NUD_PERMANENT | NUD_NOARP))
2812 if (f->state & (NUD_PERMANENT | NUD_NOARP))
3070 #define VXLAN_FDB_FLUSH_ALLOWED_NDM_STATES (NUD_PERMANENT | NUD_NOARP)
3146 .state_mask = NUD_PERMANENT | NUD_NOARP,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c781 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1796 n->nud_state = NUD_NOARP;
/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 322 milliseconds