Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/net/bridge/
A Dbr_arp_nd_proxy.c195 if (!(n->nud_state & NUD_VALID)) { in br_do_proxy_suppress_arp()
455 if (!(n->nud_state & NUD_VALID)) { in br_do_suppress_nd()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun.c306 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv4()
411 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_update_header_ipv4()
574 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv6()
678 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_update_header_ipv6()
/linux-6.3-rc2/net/ipv4/
A Darp.c286 if (neigh->nud_state & NUD_VALID) in arp_constructor()
378 if (!(neigh->nud_state & NUD_VALID)) in arp_solicit()
1108 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
1147 if ((neigh->nud_state & NUD_VALID) && !force) { in arp_invalidate()
A Dfib_semantics.c573 if ((state & NUD_VALID) && order != dflt) in fib_detect_death()
575 if ((state & NUD_VALID) || in fib_detect_death()
2210 return !!(state & NUD_VALID); in fib_good_nh()
A Dnexthop.c1135 return !!(state & NUD_VALID); in ipv6_good_nh()
1152 return !!(state & NUD_VALID); in ipv4_good_nh()
/linux-6.3-rc2/drivers/infiniband/core/
A Daddr.c337 if (!(n->nud_state & NUD_VALID)) { in dst_fetch_ha()
859 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
/linux-6.3-rc2/net/core/
A Dneighbour.c414 if (n->nud_state & NUD_VALID) in neigh_flush_dev()
1352 if (!(new & NUD_VALID)) { in __neigh_update()
1358 notify = old & NUD_VALID; in __neigh_update()
1377 if ((old & NUD_VALID) && in __neigh_update()
1385 if (!(old & NUD_VALID)) { in __neigh_update()
1403 if (old & NUD_VALID) { in __neigh_update()
1455 if (!(old & NUD_VALID)) { in __neigh_update()
1460 while (neigh->nud_state & NUD_VALID && in __neigh_update()
2610 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dneigh.c151 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
/linux-6.3-rc2/drivers/infiniband/hw/qedr/
A Dqedr_iw_cm.c460 if (neigh->nud_state & NUD_VALID) { in qedr_addr4_resolve()
503 if (neigh->nud_state & NUD_VALID) { in qedr_addr6_resolve()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dl2t.c293 !(nud_state & NUD_VALID)) in reuse_entry()
/linux-6.3-rc2/net/ipv6/
A Dndisc.c365 if (neigh->nud_state&NUD_VALID) in ndisc_constructor()
748 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit()
1728 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
A Dip6_output.c1156 err = n && !(n->nud_state & NUD_VALID) ? -EINVAL : 0; in ip6_dst_lookup_tail()
A Droute.c641 if (neigh->nud_state & NUD_VALID) in rt6_probe()
645 if (!(neigh->nud_state & NUD_VALID) && in rt6_probe()
691 if (neigh->nud_state & NUD_VALID) in rt6_check_neigh()
/linux-6.3-rc2/net/netfilter/
A Dnft_flow_offload.c72 if (!(nud_state & NUD_VALID)) in nft_dev_fill_forward_path()
A Dnf_flow_table_offload.c306 if (!(nud_state & NUD_VALID)) in flow_offload_eth_dst()
/linux-6.3-rc2/include/net/
A Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dtunnel_conf.c458 bool neigh_invalid = !(neigh->nud_state & NUD_VALID) || neigh->dead; in nfp_tun_write_neigh()
633 neigh_invalid = !(n->nud_state & NUD_VALID) || n->dead; in nfp_tun_neigh_event_handler()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dl2t.c406 !(nud_state & NUD_VALID)) in reuse_entry()
/linux-6.3-rc2/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c1366 if (n->nud_state & NUD_VALID) in ofdpa_port_ipv4_resolve()
2681 int flags = (n->nud_state & NUD_VALID ? 0 : OFDPA_OP_FLAG_REMOVE) | in ofdpa_port_neigh_update()
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
A Dprestera_router.c798 if (n->nud_state & NUD_VALID && !n->dead) { in __prestera_k_arb_nc_kern_n_fetch()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_span.c244 if ((neigh->nud_state & NUD_VALID) && !neigh->dead) in mlxsw_sp_span_dmac()
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dcm.c1953 if (neigh->nud_state & NUD_VALID) in irdma_addr_resolve_neigh()
2029 if (neigh->nud_state & NUD_VALID) in irdma_addr_resolve_neigh_ipv6()
A Dutils.c284 if (neigh->nud_state & NUD_VALID) in irdma_net_event()
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/
A Dcxgbit_cm.c916 if (!(n->nud_state & NUD_VALID)) in cxgbit_offload_init()
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c1804 if (!(n->nud_state & NUD_VALID)) in init_act_open()

Completed in 86 milliseconds

12