Home
last modified time | relevance | path

Searched refs:NETNSA_NSID_NOT_ASSIGNED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnet_namespace.h15 #define NETNSA_NSID_NOT_ASSIGNED -1 macro
/openbmc/linux/net/core/
H A Dnet_namespace.c228 return NETNSA_NSID_NOT_ASSIGNED; in __peernet2id()
241 return NETNSA_NSID_NOT_ASSIGNED; in peernet2id_alloc()
257 return NETNSA_NSID_NOT_ASSIGNED; in peernet2id_alloc()
265 return NETNSA_NSID_NOT_ASSIGNED; in peernet2id_alloc()
/openbmc/linux/net/netlink/
H A Daf_netlink.c1500 if (NETLINK_CB(p->skb2).nsid != NETNSA_NSID_NOT_ASSIGNED) in do_one_broadcast()