ndm_state        12305 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) {
ndm_state        3370 drivers/net/ethernet/intel/ice/ice_main.c 	if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) {
ndm_state        3404 drivers/net/ethernet/intel/ice/ice_main.c 	if (ndm->ndm_state & NUD_PERMANENT) {
ndm_state         834 drivers/net/ethernet/mscc/ocelot.c 	ndm->ndm_state   = NUD_REACHABLE;
ndm_state         273 drivers/net/vxlan.c 	ndm->ndm_state = fdb->state;
ndm_state        1130 drivers/net/vxlan.c 	if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_REACHABLE))) {
ndm_state        1132 drivers/net/vxlan.c 			ndm->ndm_state);
ndm_state        1148 drivers/net/vxlan.c 	err = vxlan_fdb_update(vxlan, addr, &ip, ndm->ndm_state, flags,
ndm_state         583 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	ndm->ndm_state   = is_dynamic ? NUD_REACHABLE : NUD_NOARP;
ndm_state          13 include/uapi/linux/neighbour.h 	__u16		ndm_state;
ndm_state         649 net/bridge/br_fdb.c 	ndm->ndm_state   = fdb_to_nud(br, fdb);
ndm_state         902 net/bridge/br_fdb.c 		err = fdb_add_entry(br, p, addr, ndm->ndm_state,
ndm_state         924 net/bridge/br_fdb.c 	if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) {
ndm_state         925 net/bridge/br_fdb.c 		pr_info("bridge: RTM_NEWNEIGH with invalid state %#x\n", ndm->ndm_state);
ndm_state        1938 net/core/neighbour.c 		exempt_from_gc = ndm->ndm_state & NUD_PERMANENT ||
ndm_state        1970 net/core/neighbour.c 		err = __neigh_update(neigh, lladdr, ndm->ndm_state, flags,
ndm_state        2446 net/core/neighbour.c 	ndm->ndm_state	 = neigh->nud_state;
ndm_state        2496 net/core/neighbour.c 	ndm->ndm_state	 = NUD_NONE;
ndm_state        2655 net/core/neighbour.c 		    ndm->ndm_state || ndm->ndm_type) {
ndm_state        2759 net/core/neighbour.c 	if (ndm->ndm_pad1  || ndm->ndm_pad2  || ndm->ndm_state ||
ndm_state        3559 net/core/rtnetlink.c 				   int nlflags, u16 ndm_state)
ndm_state        3575 net/core/rtnetlink.c 	ndm->ndm_state   = ndm_state;
ndm_state        3600 net/core/rtnetlink.c 			    u16 ndm_state)
ndm_state        3611 net/core/rtnetlink.c 				      0, 0, type, NTF_SELF, 0, ndm_state);
ndm_state        3637 net/core/rtnetlink.c 	if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) {
ndm_state        3755 net/core/rtnetlink.c 					ndm->ndm_state);
ndm_state        3776 net/core/rtnetlink.c 	if (!(ndm->ndm_state & NUD_PERMANENT)) {
ndm_state        3864 net/core/rtnetlink.c 					ndm->ndm_state);
ndm_state        3948 net/core/rtnetlink.c 	if (ndm->ndm_pad1  || ndm->ndm_pad2  || ndm->ndm_state ||
ndm_state        4137 net/core/rtnetlink.c 	if (ndm->ndm_pad1  || ndm->ndm_pad2  || ndm->ndm_state ||
ndm_state         215 net/dsa/slave.c 	ndm->ndm_state   = is_static ? NUD_NOARP : NUD_REACHABLE;
ndm_state         483 samples/bpf/xdp_router_ipv4_user.c 	req.rt.ndm_state = NUD_REACHABLE;