Home
last modified time | relevance | path

Searched refs:ns_token (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/namespace/ !
H A Dnetns.c181 struct ns_token { struct
184 SLIST_ENTRY(ns_token) nt_ifp_link; argument
185 SLIST_ENTRY(ns_token) nt_all_link;
210 SLIST_HEAD(, ns_token) netns_unbound_tokens = SLIST_HEAD_INITIALIZER( argument
214 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 …]
H A Dnetns.h55 typedef struct ns_token *netns_token;
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_manager.c565 netns_token ns_token; in flow_req_prepare_namespace() local
568 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() local
617 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()
H A Dflow_var.h270 struct ns_token *fe_port_reservation;
/xnu-8019.80.24/bsd/skywalk/nexus/ !
H A Dos_nexus_private.h390 struct ns_token *nfr_port_reservation;
/xnu-8019.80.24/bsd/net/ !
H A Dif_var.h1323 SLIST_HEAD(, ns_token) if_netns_tokens;