Symbol: NUD_VALID
drivers/infiniband/core/addr.c
324
if (!(n->nud_state & NUD_VALID)) {
drivers/infiniband/core/addr.c
837
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
152
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
574
if (!(nud_state & NUD_VALID)) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
679
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
2796
entry_connected = nud_state & NUD_VALID && !dead;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4330
entry_connected = nud_state & NUD_VALID && !dead;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4448
__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
1349
if (n->nud_state & NUD_VALID)
drivers/net/ethernet/rocker/rocker_ofdpa.c
2667
int flags = (n->nud_state & NUD_VALID ? 0 : OFDPA_OP_FLAG_REMOVE) |
drivers/net/ethernet/sfc/tc_encap_actions.c
198
neigh->n_valid = n->nud_state & NUD_VALID;
drivers/net/ethernet/sfc/tc_encap_actions.c
552
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
199
if (!(READ_ONCE(n->nud_state) & NUD_VALID)) {
net/bridge/br_arp_nd_proxy.c
476
if (!(READ_ONCE(n->nud_state) & NUD_VALID)) {
net/core/filter.c
6349
if (!neigh || !(READ_ONCE(neigh->nud_state) & NUD_VALID))
net/core/filter.c
6488
if (!neigh || !(READ_ONCE(neigh->nud_state) & NUD_VALID))
net/core/neighbour.c
1316
while (neigh->nud_state & NUD_VALID &&
net/core/neighbour.c
1407
if (!(new & NUD_VALID)) {
net/core/neighbour.c
1413
notify = old & NUD_VALID;
net/core/neighbour.c
1432
if ((old & NUD_VALID) &&
net/core/neighbour.c
1440
if (!(old & NUD_VALID)) {
net/core/neighbour.c
1458
if (old & NUD_VALID) {
net/core/neighbour.c
1511
if (!(old & NUD_VALID))
net/core/neighbour.c
2121
if (!(state & NUD_VALID)) {
net/core/neighbour.c
2154
if (!(state & NUD_VALID)) {
net/core/neighbour.c
2671
if (neigh->nud_state & NUD_VALID) {
net/core/neighbour.c
405
if (n->nud_state & NUD_VALID)
net/ipv4/arp.c
1159
else if (neigh->nud_state&NUD_VALID)
net/ipv4/arp.c
1212
if ((READ_ONCE(neigh->nud_state) & NUD_VALID) && !force) {
net/ipv4/arp.c
286
if (neigh->nud_state & NUD_VALID)
net/ipv4/arp.c
378
if (!(READ_ONCE(neigh->nud_state) & NUD_VALID))
net/ipv4/fib_semantics.c
2157
return !!(state & NUD_VALID);
net/ipv4/fib_semantics.c
600
if ((state & NUD_VALID) && order != dflt)
net/ipv4/fib_semantics.c
602
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
1205
err = n && !(READ_ONCE(n->nud_state) & NUD_VALID) ? -EINVAL : 0;
net/ipv6/ndisc.c
1725
if (neigh->nud_state & NUD_VALID) {
net/ipv6/ndisc.c
364
if (neigh->nud_state&NUD_VALID)
net/ipv6/ndisc.c
753
if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) {
net/ipv6/route.c
682
if (READ_ONCE(neigh->nud_state) & NUD_VALID)
net/ipv6/route.c
686
if (!(neigh->nud_state & NUD_VALID) &&
net/ipv6/route.c
734
if (nud_state & NUD_VALID)
net/netfilter/nf_flow_table_offload.c
321
if (!(nud_state & NUD_VALID))
net/netfilter/nf_flow_table_path.c
71
if (!(nud_state & NUD_VALID))