Searched refs:NUD_INCOMPLETE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h62 #define NUD_INCOMPLETE 0x01 macro
/linux-master/include/trace/events/
H A Dneigh.h14 { NUD_INCOMPLETE, "incomplete" }, \
/linux-master/net/core/
H A Dneighbour.c1138 /* NUD_PROBE|NUD_INCOMPLETE */
1142 if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) &&
1156 if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) {
1185 if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) {
1193 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE);
1221 if (neigh->nud_state == NUD_INCOMPLETE) {
1339 if ((old & (NUD_INCOMPLETE | NUD_PROBE)) &&
1502 WRITE_ONCE(neigh->nud_state, NUD_INCOMPLETE);
/linux-master/include/net/
H A Dneighbour.h37 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
/linux-master/net/ipv4/
H A Dfib_semantics.c577 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) {

Completed in 213 milliseconds