Symbol: NUD_VALID
drivers/infiniband/core/addr.c
324
if (!(n->nud_state & NUD_VALID)) {
drivers/infiniband/core/addr.c
835
if (neigh->nud_state & NUD_VALID) {
drivers/infiniband/hw/irdma/cm.c
2000
if (neigh->nud_state & NUD_VALID)
drivers/infiniband/hw/irdma/cm.c
2076
if (neigh->nud_state & NUD_VALID)
drivers/infiniband/hw/irdma/utils.c
285
if (neigh->nud_state & NUD_VALID)
drivers/infiniband/hw/qedr/qedr_iw_cm.c
461
if (neigh->nud_state & NUD_VALID) {
drivers/infiniband/hw/qedr/qedr_iw_cm.c
504
if (neigh->nud_state & NUD_VALID) {
drivers/net/ethernet/chelsio/cxgb3/l2t.c
256
!(nud_state & NUD_VALID))
drivers/net/ethernet/chelsio/cxgb4/l2t.c
406
!(nud_state & NUD_VALID))
drivers/net/ethernet/marvell/prestera/prestera_router.c
798
if (n->nud_state & NUD_VALID && !n->dead) {
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
151
neigh_connected = (nud_state & NUD_VALID) && !dead;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
305
if (!(nud_state & NUD_VALID)) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
411
if (!(nud_state & NUD_VALID)) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
575
if (!(nud_state & NUD_VALID)) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
680
if (!(nud_state & NUD_VALID)) {
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c
954
if (event != NETEVENT_NEIGH_UPDATE || !(n->nud_state & NUD_VALID))
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
2795
entry_connected = nud_state & NUD_VALID && !dead;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4329
entry_connected = nud_state & NUD_VALID && !dead;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4447
__mlxsw_sp_nexthop_neigh_update(nh, !(nud_state & NUD_VALID && !dead));
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
244
if ((neigh->nud_state & NUD_VALID) && !neigh->dead)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
470
bool neigh_invalid = !(neigh->nud_state & NUD_VALID) || neigh->dead;
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
645
neigh_invalid = !(n->nud_state & NUD_VALID) || n->dead;
drivers/net/ethernet/rocker/rocker_ofdpa.c
1366
if (n->nud_state & NUD_VALID)
drivers/net/ethernet/rocker/rocker_ofdpa.c
2681
int flags = (n->nud_state & NUD_VALID ? 0 : OFDPA_OP_FLAG_REMOVE) |
drivers/net/ethernet/sfc/tc_encap_actions.c
199
neigh->n_valid = n->nud_state & NUD_VALID;
drivers/net/ethernet/sfc/tc_encap_actions.c
553
n_valid = (n->nud_state & NUD_VALID) && !n->dead;
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1804
if (!(n->nud_state & NUD_VALID))
drivers/target/iscsi/cxgbit/cxgbit_cm.c
916
if (!(n->nud_state & NUD_VALID))
net/bridge/br_arp_nd_proxy.c
198
if (!(READ_ONCE(n->nud_state) & NUD_VALID)) {
net/bridge/br_arp_nd_proxy.c
466
if (!(READ_ONCE(n->nud_state) & NUD_VALID)) {
net/core/filter.c
6227
if (!neigh || !(READ_ONCE(neigh->nud_state) & NUD_VALID))
net/core/filter.c
6369
if (!neigh || !(READ_ONCE(neigh->nud_state) & NUD_VALID))
net/core/neighbour.c
1320
while (neigh->nud_state & NUD_VALID &&
net/core/neighbour.c
1411
if (!(new & NUD_VALID)) {
net/core/neighbour.c
1417
notify = old & NUD_VALID;
net/core/neighbour.c
1436
if ((old & NUD_VALID) &&
net/core/neighbour.c
1444
if (!(old & NUD_VALID)) {
net/core/neighbour.c
1462
if (old & NUD_VALID) {
net/core/neighbour.c
1515
if (!(old & NUD_VALID))
net/core/neighbour.c
2129
if (!(state & NUD_VALID)) {
net/core/neighbour.c
2162
if (!(state & NUD_VALID)) {
net/core/neighbour.c
2679
if (neigh->nud_state & NUD_VALID) {
net/core/neighbour.c
405
if (n->nud_state & NUD_VALID)
net/ipv4/arp.c
1160
else if (neigh->nud_state&NUD_VALID)
net/ipv4/arp.c
1213
if ((READ_ONCE(neigh->nud_state) & NUD_VALID) && !force) {
net/ipv4/arp.c
287
if (neigh->nud_state & NUD_VALID)
net/ipv4/arp.c
379
if (!(READ_ONCE(neigh->nud_state) & NUD_VALID))
net/ipv4/fib_semantics.c
2161
return !!(state & NUD_VALID);
net/ipv4/fib_semantics.c
602
if ((state & NUD_VALID) && order != dflt)
net/ipv4/fib_semantics.c
604
if ((state & NUD_VALID) ||
net/ipv4/nexthop.c
1391
return !!(state & NUD_VALID);
net/ipv4/nexthop.c
1408
return !!(state & NUD_VALID);
net/ipv4/route.c
793
if (!(READ_ONCE(n->nud_state) & NUD_VALID)) {
net/ipv6/ip6_output.c
1175
err = n && !(READ_ONCE(n->nud_state) & NUD_VALID) ? -EINVAL : 0;
net/ipv6/ndisc.c
1724
if (neigh->nud_state & NUD_VALID) {
net/ipv6/ndisc.c
364
if (neigh->nud_state&NUD_VALID)
net/ipv6/ndisc.c
752
if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) {
net/ipv6/route.c
679
if (READ_ONCE(neigh->nud_state) & NUD_VALID)
net/ipv6/route.c
683
if (!(neigh->nud_state & NUD_VALID) &&
net/ipv6/route.c
731
if (nud_state & NUD_VALID)
net/netfilter/nf_flow_table_offload.c
320
if (!(nud_state & NUD_VALID))
net/netfilter/nf_flow_table_path.c
69
if (!(nud_state & NUD_VALID))