Searched refs:ns_token (Results 1 – 6 of 6) sorted by relevance
181 struct ns_token { struct184 SLIST_ENTRY(ns_token) nt_ifp_link; argument185 SLIST_ENTRY(ns_token) nt_all_link;210 SLIST_HEAD(, ns_token) netns_unbound_tokens = SLIST_HEAD_INITIALIZER( argument214 SLIST_HEAD(, ns_token) netns_all_tokens = SLIST_HEAD_INITIALIZER(240 static struct ns_token *netns_ns_token_alloc(boolean_t, boolean_t);241 static void netns_ns_token_free(struct ns_token *);250 static inline void netns_clear_ifnet(struct ns_token *);253 static void _netns_set_ifnet_internal(struct ns_token *, struct ifnet *);369 static struct ns_token *[all …]
55 typedef struct ns_token *netns_token;
565 netns_token ns_token; in flow_req_prepare_namespace() local568 req->nfr_ip_protocol, &ns_token, in flow_req_prepare_namespace()576 req->nfr_port_reservation = ns_token; in flow_req_prepare_namespace()615 struct protons_token *ns_token = NULL; in flow_req_prepare_namespace() local617 err = protons_reserve(&ns_token, req->nfr_pid, in flow_req_prepare_namespace()625 req->nfr_proto_reservation = ns_token; in flow_req_prepare_namespace()
270 struct ns_token *fe_port_reservation;
390 struct ns_token *nfr_port_reservation;
1323 SLIST_HEAD(, ns_token) if_netns_tokens;