Searched refs:NUD_FAILED (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h67 #define NUD_FAILED 0x20 macro
/linux-master/include/trace/events/
H A Dneigh.h19 { NUD_FAILED, "failed" }, \
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c426 if (neigh->nud_state & NUD_FAILED) {
/linux-master/net/core/
H A Dneighbour.c271 if ((n->nud_state == NUD_FAILED) ||
997 (state == NUD_FAILED ||
1056 while (neigh->nud_state == NUD_FAILED &&
1144 WRITE_ONCE(neigh->nud_state, NUD_FAILED);
1205 WRITE_ONCE(neigh->nud_state, NUD_FAILED);
1340 (new & NUD_FAILED)) {
1493 * in a NUD_FAILED state. The caller has to hold neigh->lock for writing.
1500 if (!(neigh->nud_state & NUD_FAILED))
1947 err = __neigh_update(neigh, NULL, NUD_FAILED,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c538 if (neigh->nud_state & NUD_FAILED) {
/linux-master/net/ipv4/
H A Darp.c1154 err = neigh_update(neigh, NULL, NUD_FAILED,
/linux-master/net/ipv6/
H A Dndisc.c1095 if (READ_ONCE(neigh->nud_state) & NUD_FAILED)
H A Droute.c697 else if (!(nud_state & NUD_FAILED))

Completed in 188 milliseconds