Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Daddr.c210 if (!n || !(n->nud_state & NUD_VALID)) { in dst_fetch_ha()
528 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
/linux-4.1.27/net/core/
Dneighbour.c233 if (n->nud_state & NUD_VALID) in neigh_flush_dev()
1091 if (!(new & NUD_VALID)) { in neigh_update()
1097 notify = old & NUD_VALID; in neigh_update()
1116 if ((old & NUD_VALID) && in neigh_update()
1124 if (!(old & NUD_VALID)) in neigh_update()
1138 if (old & NUD_VALID) { in neigh_update()
1183 if (!(old & NUD_VALID)) { in neigh_update()
1188 while (neigh->nud_state & NUD_VALID && in neigh_update()
2165 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
/linux-4.1.27/net/bridge/
Dbr_input.c105 if (!(n->nud_state & NUD_VALID)) { in br_do_proxy_arp()
/linux-4.1.27/net/ipv4/
Darp.c280 if (neigh->nud_state & NUD_VALID) in arp_constructor()
337 if (!(neigh->nud_state & NUD_VALID)) in arp_solicit()
1002 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
Dfib_semantics.c427 if ((state & NUD_VALID) && order != dflt) in fib_detect_death()
429 if ((state & NUD_VALID) || in fib_detect_death()
Droute.c750 if (!(n->nud_state & NUD_VALID)) { in __ip_do_redirect()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c292 !(nud_state & NUD_VALID)) in reuse_entry()
/linux-4.1.27/net/ipv6/
Dndisc.c344 if (neigh->nud_state&NUD_VALID) in ndisc_constructor()
673 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit()
1523 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
Dip6_output.c947 err = n && !(n->nud_state & NUD_VALID) ? -EINVAL : 0; in ip6_dst_lookup_tail()
Droute.c520 if (neigh->nud_state & NUD_VALID) in rt6_probe()
582 if (neigh->nud_state & NUD_VALID) in rt6_check_neigh()
/linux-4.1.27/include/net/
Dneighbour.h36 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c352 !(nud_state & NUD_VALID)) in reuse_entry()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes.c242 if (neigh->nud_state & NUD_VALID) { in nes_net_event()
Dnes_cm.c1540 if (neigh->nud_state & NUD_VALID) { in nes_addr_resolve_neigh()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c2935 if (n->nud_state & NUD_VALID) in rocker_port_ipv4_resolve()
4995 int flags = (n->nud_state & NUD_VALID) ? 0 : ROCKER_OP_FLAG_REMOVE; in rocker_neigh_update()