nud_state         336 drivers/infiniband/core/addr.c 	if (!(n->nud_state & NUD_VALID)) {
nud_state         855 drivers/infiniband/core/addr.c 		if (neigh->nud_state & NUD_VALID) {
nud_state        2003 drivers/infiniband/hw/i40iw/i40iw_cm.c 		if (neigh->nud_state & NUD_VALID) {
nud_state        2089 drivers/infiniband/hw/i40iw/i40iw_cm.c 		if (neigh->nud_state & NUD_VALID) {
nud_state         292 drivers/infiniband/hw/i40iw/i40iw_utils.c 		if (neigh->nud_state & NUD_VALID) {
nud_state         451 drivers/infiniband/hw/qedr/qedr_iw_cm.c 		if (neigh->nud_state & NUD_VALID) {
nud_state         494 drivers/infiniband/hw/qedr/qedr_iw_cm.c 		if (neigh->nud_state & NUD_VALID) {
nud_state         285 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	unsigned int nud_state;
nud_state         291 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	nud_state = neigh->nud_state;
nud_state         293 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	    !(nud_state & NUD_VALID))
nud_state         295 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	else if (nud_state & NUD_CONNECTED)
nud_state         426 drivers/net/ethernet/chelsio/cxgb3/l2t.c 			if (neigh->nud_state & NUD_FAILED) {
nud_state         428 drivers/net/ethernet/chelsio/cxgb3/l2t.c 			} else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE))
nud_state         431 drivers/net/ethernet/chelsio/cxgb3/l2t.c 			e->state = neigh->nud_state & NUD_CONNECTED ?
nud_state         205 drivers/net/ethernet/chelsio/cxgb4/l2t.c 			e->state = (e->neigh->nud_state & NUD_STALE) ?
nud_state         403 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	unsigned int nud_state;
nud_state         408 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	nud_state = neigh->nud_state;
nud_state         410 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	    !(nud_state & NUD_VALID))
nud_state         412 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	else if (nud_state & NUD_CONNECTED)
nud_state         563 drivers/net/ethernet/chelsio/cxgb4/l2t.c 		if (neigh->nud_state & NUD_FAILED) {
nud_state         565 drivers/net/ethernet/chelsio/cxgb4/l2t.c 		} else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) &&
nud_state         570 drivers/net/ethernet/chelsio/cxgb4/l2t.c 		e->state = neigh->nud_state & NUD_CONNECTED ?
nud_state         219 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	u8 nud_state, ttl;
nud_state         271 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	nud_state = n->nud_state;
nud_state         296 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	if (!(nud_state & NUD_VALID)) {
nud_state         339 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	u8 nud_state, ttl;
nud_state         390 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	nud_state = n->nud_state;
nud_state         414 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	if (!(nud_state & NUD_VALID)) {
nud_state         648 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	u8 nud_state, dead;
nud_state         659 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	nud_state = n->nud_state;
nud_state         663 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	neigh_connected = (nud_state & NUD_VALID) && !dead;
nud_state        2467 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u8 nud_state, dead;
nud_state        2475 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nud_state = n->nud_state;
nud_state        2482 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	entry_connected = nud_state & NUD_VALID && !dead;
nud_state        3467 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u8 nud_state, dead;
nud_state        3489 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nud_state = n->nud_state;
nud_state        3492 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	entry_connected = nud_state & NUD_VALID && !dead;
nud_state        3564 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u8 nud_state, dead;
nud_state        3602 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nud_state = n->nud_state;
nud_state        3605 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	__mlxsw_sp_nexthop_neigh_update(nh, !(nud_state & NUD_VALID && !dead));
nud_state         125 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	if ((neigh->nud_state & NUD_VALID) && !neigh->dead)
nud_state         304 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c 	if (!(neigh->nud_state & NUD_VALID) || neigh->dead) {
nud_state        1366 drivers/net/ethernet/rocker/rocker_ofdpa.c 	if (n->nud_state & NUD_VALID)
nud_state        2692 drivers/net/ethernet/rocker/rocker_ofdpa.c 	int flags = (n->nud_state & NUD_VALID ? 0 : OFDPA_OP_FLAG_REMOVE) |
nud_state        1853 drivers/net/vxlan.c 		if (!(n->nud_state & NUD_CONNECTED)) {
nud_state        2012 drivers/net/vxlan.c 		if (!(n->nud_state & NUD_CONNECTED)) {
nud_state        2098 drivers/s390/net/qeth_l3_main.c 	n->nud_state = NUD_NOARP;
nud_state        1723 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (!(n->nud_state & NUD_VALID))
nud_state         914 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (!(n->nud_state & NUD_VALID))
nud_state         148 include/net/neighbour.h 	__u8			nud_state;
nud_state         443 include/net/neighbour.h 	if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
nud_state         507 include/net/neighbour.h 	if ((n->nud_state & NUD_CONNECTED) && hh->hh_len && !skip_cache)
nud_state          85 include/trace/events/neigh.h 		__field(u8, nud_state)
nud_state         110 include/trace/events/neigh.h 		__entry->nud_state = n->nud_state;
nud_state         147 include/trace/events/neigh.h 		  __entry->flags, neigh_state_str(__entry->nud_state),
nud_state         165 include/trace/events/neigh.h 		__field(u8, nud_state)
nud_state         187 include/trace/events/neigh.h 		__entry->nud_state = n->nud_state;
nud_state         220 include/trace/events/neigh.h 		  __entry->flags, neigh_state_str(__entry->nud_state),
nud_state         300 net/atm/clip.c 	neigh->nud_state = NUD_NONE;
nud_state         188 net/bridge/br_arp_nd_proxy.c 		if (!(n->nud_state & NUD_VALID)) {
nud_state         443 net/bridge/br_arp_nd_proxy.c 		if (!(n->nud_state & NUD_VALID)) {
nud_state         280 net/bridge/br_netfilter_hooks.c 		if ((neigh->nud_state & NUD_CONNECTED) && neigh->hh.hh_len) {
nud_state         138 net/core/neighbour.c 	exempt_from_gc = n->nud_state & NUD_PERMANENT ||
nud_state         237 net/core/neighbour.c 			if ((n->nud_state == NUD_FAILED) ||
nud_state         261 net/core/neighbour.c 		       n->nud_state);
nud_state         268 net/core/neighbour.c 	if ((n->nud_state & NUD_IN_TIMER) &&
nud_state         305 net/core/neighbour.c 			if (skip_perm && n->nud_state & NUD_PERMANENT) {
nud_state         328 net/core/neighbour.c 				if (n->nud_state & NUD_VALID)
nud_state         329 net/core/neighbour.c 					n->nud_state = NUD_NOARP;
nud_state         331 net/core/neighbour.c 					n->nud_state = NUD_NONE;
nud_state         407 net/core/neighbour.c 	n->nud_state	  = NUD_NONE;
nud_state         923 net/core/neighbour.c 			state = n->nud_state;
nud_state         971 net/core/neighbour.c 	       (n->nud_state & NUD_PROBE ? NEIGH_VAR(p, MCAST_REPROBES) :
nud_state         990 net/core/neighbour.c 	while (neigh->nud_state == NUD_FAILED &&
nud_state        1025 net/core/neighbour.c 	state = neigh->nud_state;
nud_state        1041 net/core/neighbour.c 			neigh->nud_state = NUD_DELAY;
nud_state        1047 net/core/neighbour.c 			neigh->nud_state = NUD_STALE;
nud_state        1057 net/core/neighbour.c 			neigh->nud_state = NUD_REACHABLE;
nud_state        1064 net/core/neighbour.c 			neigh->nud_state = NUD_PROBE;
nud_state        1075 net/core/neighbour.c 	if ((neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) &&
nud_state        1077 net/core/neighbour.c 		neigh->nud_state = NUD_FAILED;
nud_state        1083 net/core/neighbour.c 	if (neigh->nud_state & NUD_IN_TIMER) {
nud_state        1089 net/core/neighbour.c 	if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) {
nud_state        1112 net/core/neighbour.c 	if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))
nud_state        1117 net/core/neighbour.c 	if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) {
nud_state        1125 net/core/neighbour.c 			neigh->nud_state     = NUD_INCOMPLETE;
nud_state        1132 net/core/neighbour.c 			neigh->nud_state = NUD_FAILED;
nud_state        1139 net/core/neighbour.c 	} else if (neigh->nud_state & NUD_STALE) {
nud_state        1142 net/core/neighbour.c 		neigh->nud_state = NUD_DELAY;
nud_state        1148 net/core/neighbour.c 	if (neigh->nud_state == NUD_INCOMPLETE) {
nud_state        1177 net/core/neighbour.c 	if (neigh->nud_state & NUD_STALE)
nud_state        1242 net/core/neighbour.c 	old    = neigh->nud_state;
nud_state        1259 net/core/neighbour.c 		neigh->nud_state = new;
nud_state        1338 net/core/neighbour.c 		neigh->nud_state = new;
nud_state        1363 net/core/neighbour.c 		while (neigh->nud_state & NUD_VALID &&
nud_state        1425 net/core/neighbour.c 	if (!(neigh->nud_state & NUD_FAILED))
nud_state        1427 net/core/neighbour.c 	neigh->nud_state = NUD_INCOMPLETE;
nud_state        2446 net/core/neighbour.c 	ndm->ndm_state	 = neigh->nud_state;
nud_state        2447 net/core/neighbour.c 	if (neigh->nud_state & NUD_VALID) {
nud_state        3052 net/core/neighbour.c 			if (n->nud_state & ~NUD_NOARP)
nud_state        3094 net/core/neighbour.c 			if (n->nud_state & ~NUD_NOARP)
nud_state         136 net/decnet/dn_neigh.c 	neigh->nud_state = NUD_NOARP;
nud_state         403 net/decnet/dn_neigh.c 		if (!(neigh->nud_state & NUD_PERMANENT)) {
nud_state         462 net/decnet/dn_neigh.c 		if (!(neigh->nud_state & NUD_PERMANENT)) {
nud_state         527 net/decnet/dn_neigh.c 	*(s->rs) = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0;
nud_state         562 net/decnet/dn_neigh.c 		   dn->n.nud_state,
nud_state         247 net/ipv4/arp.c 		neigh->nud_state = NUD_NOARP;
nud_state         267 net/ipv4/arp.c 			neigh->nud_state = NUD_NOARP;
nud_state         270 net/ipv4/arp.c 			neigh->nud_state = NUD_NOARP;
nud_state         274 net/ipv4/arp.c 			neigh->nud_state = NUD_NOARP;
nud_state         283 net/ipv4/arp.c 		if (neigh->nud_state & NUD_VALID)
nud_state         375 net/ipv4/arp.c 		if (!(neigh->nud_state & NUD_VALID))
nud_state        1079 net/ipv4/arp.c 	if (neigh->nud_state&NUD_PERMANENT)
nud_state        1081 net/ipv4/arp.c 	else if (neigh->nud_state&NUD_VALID)
nud_state        1099 net/ipv4/arp.c 		if (!(neigh->nud_state & NUD_NOARP)) {
nud_state        1120 net/ipv4/arp.c 		if (neigh->nud_state & ~NUD_NOARP)
nud_state         549 net/ipv4/fib_semantics.c 		state = n->nud_state;
nud_state        2150 net/ipv4/fib_semantics.c 			state = n->nud_state;
nud_state         466 net/ipv4/nexthop.c 		state = n->nud_state;
nud_state         483 net/ipv4/nexthop.c 		state = n->nud_state;
nud_state         784 net/ipv4/route.c 		if (!(n->nud_state & NUD_VALID)) {
nud_state        1071 net/ipv6/ip6_output.c 	err = n && !(n->nud_state & NUD_VALID) ? -EINVAL : 0;
nud_state         341 net/ipv6/ndisc.c 		neigh->nud_state = NUD_NOARP;
nud_state         346 net/ipv6/ndisc.c 			neigh->nud_state = NUD_NOARP;
nud_state         349 net/ipv6/ndisc.c 			neigh->nud_state = NUD_NOARP;
nud_state         354 net/ipv6/ndisc.c 			neigh->nud_state = NUD_NOARP;
nud_state         361 net/ipv6/ndisc.c 		if (neigh->nud_state&NUD_VALID)
nud_state         729 net/ipv6/ndisc.c 		if (!(neigh->nud_state & NUD_VALID)) {
nud_state        1030 net/ipv6/ndisc.c 		if (neigh->nud_state & NUD_FAILED)
nud_state        1648 net/ipv6/ndisc.c 		if (neigh->nud_state & NUD_VALID) {
nud_state         649 net/ipv6/route.c 		if (neigh->nud_state & NUD_VALID)
nud_state         653 net/ipv6/route.c 		if (!(neigh->nud_state & NUD_VALID) &&
nud_state         699 net/ipv6/route.c 		if (neigh->nud_state & NUD_VALID)
nud_state         702 net/ipv6/route.c 		else if (!(neigh->nud_state & NUD_FAILED))