Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/net/bridge/
H 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()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_arp_nd_proxy.c195 if (!(READ_ONCE(n->nud_state) & NUD_VALID)) { in br_do_proxy_suppress_arp()
455 if (!(READ_ONCE(n->nud_state) & NUD_VALID)) { in br_do_suppress_nd()
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c285 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()
1127 if ((neigh->nud_state & NUD_VALID) && !force) { in arp_invalidate()
H A Dfib_semantics.c573 if ((state & NUD_VALID) && order != dflt) in fib_detect_death()
575 if ((state & NUD_VALID) || in fib_detect_death()
2233 return !!(state & NUD_VALID); in fib_good_nh()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c286 if (neigh->nud_state & NUD_VALID) in arp_constructor()
378 if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) in arp_solicit()
1108 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags()
1148 if ((READ_ONCE(neigh->nud_state) & NUD_VALID) && !force) { in arp_invalidate()
H A Dfib_semantics.c574 if ((state & NUD_VALID) && order != dflt) in fib_detect_death()
576 if ((state & NUD_VALID) || in fib_detect_death()
2218 return !!(state & NUD_VALID); in fib_good_nh()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnndisc.c218 if (neigh->nud_state & NUD_VALID) in nndisc_constructor()
397 if (nud_state & NUD_VALID) { in __send_ns_packet()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c273 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv4()
437 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv6()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c368 if (n->nud_state & NUD_VALID) in neigh_flush_dev()
1276 if (!(new & NUD_VALID)) { in __neigh_update()
1282 notify = old & NUD_VALID; in __neigh_update()
1301 if ((old & NUD_VALID) && in __neigh_update()
1309 if (!(old & NUD_VALID)) { in __neigh_update()
1327 if (old & NUD_VALID) { in __neigh_update()
1379 if (!(old & NUD_VALID)) { in __neigh_update()
1384 while (neigh->nud_state & NUD_VALID && in __neigh_update()
2475 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H 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()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Daddr.c338 if (!(n->nud_state & NUD_VALID)) { in dst_fetch_ha()
860 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c197 neigh->n_valid = n->nud_state & NUD_VALID; in efx_bind_neigh()
551 n_valid = (n->nud_state & NUD_VALID) && !n->dead; in efx_neigh_event()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Daddr.c337 if (!(n->nud_state & NUD_VALID)) { in dst_fetch_ha()
859 if (neigh->nud_state & NUD_VALID) { in netevent_callback()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H 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()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c422 if (n->nud_state & NUD_VALID) in neigh_flush_dev()
1332 if (!(new & NUD_VALID)) { in __neigh_update()
1338 notify = old & NUD_VALID; in __neigh_update()
1357 if ((old & NUD_VALID) && in __neigh_update()
1365 if (!(old & NUD_VALID)) { in __neigh_update()
1383 if (old & NUD_VALID) { in __neigh_update()
1435 if (!(old & NUD_VALID)) { in __neigh_update()
1440 while (neigh->nud_state & NUD_VALID && in __neigh_update()
2591 if (neigh->nud_state & NUD_VALID) { in neigh_fill_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c293 !(nud_state & NUD_VALID)) in reuse_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c151 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c293 !(nud_state & NUD_VALID)) in reuse_entry()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c151 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c462 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c470 bool neigh_invalid = !(neigh->nud_state & NUD_VALID) || neigh->dead; in nfp_tun_write_neigh()
645 neigh_invalid = !(n->nud_state & NUD_VALID) || n->dead; in nfp_tun_neigh_update()
/kernel/linux/linux-5.10/net/ipv6/
H A Dndisc.c365 if (neigh->nud_state&NUD_VALID) in ndisc_constructor()
733 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit()
1661 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
/kernel/linux/linux-6.6/net/ipv6/
H A Dndisc.c366 if (neigh->nud_state&NUD_VALID) in ndisc_constructor()
749 if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) { in ndisc_solicit()
1734 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()

Completed in 39 milliseconds

123