Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c190 if (!(n->nud_state & NUD_VALID)) { in br_do_proxy_suppress_arp()
440 if (!(n->nud_state & NUD_VALID)) { in br_do_suppress_nd()
/Linux-v4.19/net/core/
Dneighbour.c273 if (n->nud_state & NUD_VALID) in neigh_flush_dev()
1144 if (!(new & NUD_VALID)) { in neigh_update()
1150 notify = old & NUD_VALID; in neigh_update()
1169 if ((old & NUD_VALID) && in neigh_update()
1177 if (!(old & NUD_VALID)) in neigh_update()
1193 if (old & NUD_VALID) { in neigh_update()
1245 if (!(old & NUD_VALID)) { in neigh_update()
1250 while (neigh->nud_state & NUD_VALID && in neigh_update()
2242 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
/Linux-v4.19/drivers/infiniband/core/
Daddr.c321 if (!(n->nud_state & NUD_VALID)) { in dst_fetch_ha()
757 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
/Linux-v4.19/net/ipv4/
Darp.c287 if (neigh->nud_state & NUD_VALID) in arp_constructor()
379 if (!(neigh->nud_state & NUD_VALID)) in arp_solicit()
1085 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
Dfib_semantics.c452 if ((state & NUD_VALID) && order != dflt) in fib_detect_death()
454 if ((state & NUD_VALID) || in fib_detect_death()
1752 return !!(state & NUD_VALID); in fib_good_nh()
Droute.c775 if (!(n->nud_state & NUD_VALID)) { in __ip_do_redirect()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c421 if (neigh->nud_state & NUD_VALID) { in qedr_addr4_resolve()
464 if (neigh->nud_state & NUD_VALID) { in qedr_addr6_resolve()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c293 !(nud_state & NUD_VALID)) in reuse_entry()
/Linux-v4.19/net/ipv6/
Dndisc.c361 if (neigh->nud_state&NUD_VALID) in ndisc_constructor()
715 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit()
1635 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
Droute.c546 if (neigh->nud_state & NUD_VALID) in rt6_probe()
550 if (!(neigh->nud_state & NUD_VALID) && in rt6_probe()
607 if (neigh->nud_state & NUD_VALID) in rt6_check_neigh()
Dip6_output.c995 err = n && !(n->nud_state & NUD_VALID) ? -EINVAL : 0; in ip6_dst_lookup_tail()
/Linux-v4.19/include/net/
Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c320 if (!(neigh->nud_state & NUD_VALID) || neigh->dead) { in nfp_tun_write_neigh()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c410 !(nud_state & NUD_VALID)) in reuse_entry()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c125 if ((neigh->nud_state & NUD_VALID) && !neigh->dead) in mlxsw_sp_span_dmac()
Dspectrum_router.c2370 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_router_neigh_event_work()
3425 __mlxsw_sp_nexthop_neigh_update(nh, !(nud_state & NUD_VALID && !dead)); in mlxsw_sp_nexthop_neigh_init()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes.c234 if (neigh->nud_state & NUD_VALID) { in nes_net_event()
Dnes_cm.c1407 if (neigh->nud_state & NUD_VALID) { in nes_addr_resolve_neigh()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c412 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
Den_tc.c2392 if (!(nud_state & NUD_VALID)) { in mlx5e_create_encap_header_ipv4()
2502 if (!(nud_state & NUD_VALID)) { in mlx5e_create_encap_header_ipv6()
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c1369 if (n->nud_state & NUD_VALID) in ofdpa_port_ipv4_resolve()
2705 int flags = (n->nud_state & NUD_VALID ? 0 : OFDPA_OP_FLAG_REMOVE) | in ofdpa_port_neigh_update()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_utils.c278 if (neigh->nud_state & NUD_VALID) { in i40iw_net_event()
Di40iw_cm.c2004 if (neigh->nud_state & NUD_VALID) { in i40iw_addr_resolve_neigh()
2094 if (neigh->nud_state & NUD_VALID) { in i40iw_addr_resolve_neigh_ipv6()
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c896 if (!(n->nud_state & NUD_VALID)) in cxgbit_offload_init()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1639 if (!(n->nud_state & NUD_VALID)) in init_act_open()