/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_nvmetcp_ip_services.c | 55 if (!(neigh->nud_state & NUD_VALID)) in qed_route_ipv4() 60 while (!(neigh->nud_state & NUD_VALID) && retry > 0) { in qed_route_ipv4() 65 if (neigh->nud_state & NUD_VALID) { in qed_route_ipv4() 113 if (!(neigh->nud_state & NUD_VALID)) in qed_route_ipv6() 118 while (!(neigh->nud_state & NUD_VALID) && retry > 0) { in qed_route_ipv6() 123 if (neigh->nud_state & NUD_VALID) { in qed_route_ipv6()
|
/linux/net/bridge/ |
A D | br_arp_nd_proxy.c | 195 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/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun.c | 305 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv4() 410 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_update_header_ipv4() 573 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv6() 677 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_update_header_ipv6()
|
/linux/net/ipv4/ |
A D | arp.c | 285 if (neigh->nud_state & NUD_VALID) in arp_constructor() 377 if (!(neigh->nud_state & NUD_VALID)) in arp_solicit() 1087 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
|
A D | fib_semantics.c | 562 if ((state & NUD_VALID) && order != dflt) in fib_detect_death() 564 if ((state & NUD_VALID) || in fib_detect_death() 2213 return !!(state & NUD_VALID); in fib_good_nh()
|
A D | nexthop.c | 1134 return !!(state & NUD_VALID); in ipv6_good_nh() 1151 return !!(state & NUD_VALID); in ipv4_good_nh()
|
/linux/net/core/ |
A D | neighbour.c | 362 if (n->nud_state & NUD_VALID) in neigh_flush_dev() 1291 if (!(new & NUD_VALID)) { in __neigh_update() 1297 notify = old & NUD_VALID; in __neigh_update() 1316 if ((old & NUD_VALID) && in __neigh_update() 1324 if (!(old & NUD_VALID)) { in __neigh_update() 1342 if (old & NUD_VALID) { in __neigh_update() 1394 if (!(old & NUD_VALID)) { in __neigh_update() 1399 while (neigh->nud_state & NUD_VALID && in __neigh_update() 2530 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
|
/linux/drivers/infiniband/core/ |
A D | addr.c | 338 if (!(n->nud_state & NUD_VALID)) { in dst_fetch_ha() 860 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
|
/linux/drivers/infiniband/hw/qedr/ |
A D | qedr_iw_cm.c | 460 if (neigh->nud_state & NUD_VALID) { in qedr_addr4_resolve() 503 if (neigh->nud_state & NUD_VALID) { in qedr_addr6_resolve()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
A D | neigh.c | 151 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | l2t.c | 293 !(nud_state & NUD_VALID)) in reuse_entry()
|
/linux/net/ipv6/ |
A D | ndisc.c | 364 if (neigh->nud_state&NUD_VALID) in ndisc_constructor() 732 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit() 1660 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
|
A D | ip6_output.c | 1116 err = n && !(n->nud_state & NUD_VALID) ? -EINVAL : 0; in ip6_dst_lookup_tail()
|
A D | route.c | 638 if (neigh->nud_state & NUD_VALID) in rt6_probe() 642 if (!(neigh->nud_state & NUD_VALID) && in rt6_probe() 688 if (neigh->nud_state & NUD_VALID) in rt6_check_neigh()
|
/linux/net/netfilter/ |
A D | nft_flow_offload.c | 60 if (!(nud_state & NUD_VALID)) in nft_dev_fill_forward_path()
|
A D | nf_flow_table_offload.c | 295 if (!(nud_state & NUD_VALID)) in flow_offload_eth_dst()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | tunnel_conf.c | 462 if (!(neigh->nud_state & NUD_VALID) || neigh->dead) { in nfp_tun_write_neigh_v4() 498 if (!(neigh->nud_state & NUD_VALID) || neigh->dead) { in nfp_tun_write_neigh_v6()
|
/linux/include/net/ |
A D | neighbour.h | 38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | l2t.c | 406 !(nud_state & NUD_VALID)) in reuse_entry()
|
/linux/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 1366 if (n->nud_state & NUD_VALID) in ofdpa_port_ipv4_resolve() 2680 int flags = (n->nud_state & NUD_VALID ? 0 : OFDPA_OP_FLAG_REMOVE) | in ofdpa_port_neigh_update()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_span.c | 244 if ((neigh->nud_state & NUD_VALID) && !neigh->dead) in mlxsw_sp_span_dmac()
|
/linux/drivers/infiniband/hw/irdma/ |
A D | cm.c | 1950 if (neigh->nud_state & NUD_VALID) in irdma_addr_resolve_neigh() 2026 if (neigh->nud_state & NUD_VALID) in irdma_addr_resolve_neigh_ipv6()
|
A D | utils.c | 274 if (neigh->nud_state & NUD_VALID) in irdma_net_event()
|
/linux/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_cm.c | 916 if (!(n->nud_state & NUD_VALID)) in cxgbit_offload_init()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 1803 if (!(n->nud_state & NUD_VALID)) in init_act_open()
|