Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/namespace/
H A Dnetns.c184 struct ns_token { struct
187 SLIST_ENTRY(ns_token) nt_ifp_link; argument
188 SLIST_ENTRY(ns_token) nt_all_link;
213 SLIST_HEAD(, ns_token) netns_unbound_tokens = SLIST_HEAD_INITIALIZER( argument
217 SLIST_HEAD(, ns_token) netns_all_tokens = SLIST_HEAD_INITIALIZER(
242 static struct ns_token *netns_ns_token_alloc(boolean_t);
243 static void netns_ns_token_free(struct ns_token *);
252 static inline void netns_clear_ifnet(struct ns_token *);
255 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-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c530 netns_token ns_token; in flow_req_prepare_namespace() local
533 req->nfr_ip_protocol, &ns_token, in flow_req_prepare_namespace()
541 req->nfr_port_reservation = ns_token; in flow_req_prepare_namespace()
580 struct protons_token *ns_token = NULL; in flow_req_prepare_namespace() local
582 err = protons_reserve(&ns_token, req->nfr_pid, in flow_req_prepare_namespace()
590 req->nfr_proto_reservation = ns_token; in flow_req_prepare_namespace()
H A Dflow_var.h292 struct ns_token *fe_port_reservation;
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dos_nexus_private.h412 struct ns_token *nfr_port_reservation;
/xnu-8796.121.2/bsd/net/
H A Dif_var_private.h886 SLIST_HEAD(, ns_token) if_netns_tokens;