Lines Matching refs:nud_state
250 neigh->nud_state = NUD_NOARP; in arp_constructor()
270 neigh->nud_state = NUD_NOARP; in arp_constructor()
273 neigh->nud_state = NUD_NOARP; in arp_constructor()
277 neigh->nud_state = NUD_NOARP; in arp_constructor()
286 if (neigh->nud_state & NUD_VALID) in arp_constructor()
378 if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) in arp_solicit()
1157 if (neigh->nud_state&NUD_PERMANENT) in arp_state_to_flags()
1159 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
1186 if (READ_ONCE(neigh->nud_state) & NUD_NOARP) { in arp_req_get()
1212 if ((READ_ONCE(neigh->nud_state) & NUD_VALID) && !force) { in arp_invalidate()
1217 if (READ_ONCE(neigh->nud_state) & ~NUD_NOARP) in arp_invalidate()