Home
last modified time | relevance | path

Searched refs:NUD_VALID (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Daddr.c209 if (!n || !(n->nud_state & NUD_VALID)) { in dst_fetch_ha()
530 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
/linux-4.4.14/net/core/
Dneighbour.c233 if (n->nud_state & NUD_VALID) in neigh_flush_dev()
1096 if (!(new & NUD_VALID)) { in neigh_update()
1102 notify = old & NUD_VALID; in neigh_update()
1121 if ((old & NUD_VALID) && in neigh_update()
1129 if (!(old & NUD_VALID)) in neigh_update()
1143 if (old & NUD_VALID) { in neigh_update()
1190 if (!(old & NUD_VALID)) { in neigh_update()
1195 while (neigh->nud_state & NUD_VALID && in neigh_update()
2173 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
/linux-4.4.14/net/bridge/
Dbr_input.c111 if (!(n->nud_state & NUD_VALID)) { in br_do_proxy_arp()
/linux-4.4.14/net/ipv4/
Darp.c282 if (neigh->nud_state & NUD_VALID) in arp_constructor()
374 if (!(neigh->nud_state & NUD_VALID)) in arp_solicit()
1033 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
Dfib_semantics.c445 if ((state & NUD_VALID) && order != dflt) in fib_detect_death()
447 if ((state & NUD_VALID) || in fib_detect_death()
Droute.c752 if (!(n->nud_state & NUD_VALID)) { in __ip_do_redirect()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c292 !(nud_state & NUD_VALID)) in reuse_entry()
/linux-4.4.14/net/ipv6/
Dndisc.c346 if (neigh->nud_state&NUD_VALID) in ndisc_constructor()
676 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit()
1553 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
Droute.c548 if (neigh->nud_state & NUD_VALID) in rt6_probe()
553 if (!(neigh->nud_state & NUD_VALID) && in rt6_probe()
610 if (neigh->nud_state & NUD_VALID) in rt6_check_neigh()
Dip6_output.c969 err = n && !(n->nud_state & NUD_VALID) ? -EINVAL : 0; in ip6_dst_lookup_tail()
/linux-4.4.14/include/net/
Dneighbour.h36 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c355 !(nud_state & NUD_VALID)) in reuse_entry()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes.c242 if (neigh->nud_state & NUD_VALID) { in nes_net_event()
Dnes_cm.c1541 if (neigh->nud_state & NUD_VALID) { in nes_addr_resolve_neigh()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c3062 if (n->nud_state & NUD_VALID) in rocker_port_ipv4_resolve()
5432 int flags = (n->nud_state & NUD_VALID ? 0 : ROCKER_OP_FLAG_REMOVE) | in rocker_neigh_update()