Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dnetns.c189 struct ns_token { struct
192 LIST_ENTRY(ns_token) nt_ifp_link; argument
193 LIST_ENTRY(ns_token) nt_all_link;
218 LIST_HEAD(, ns_token) netns_unbound_tokens = LIST_HEAD_INITIALIZER( argument
222 LIST_HEAD(, ns_token) netns_all_tokens = LIST_HEAD_INITIALIZER(
247 static struct ns_token *netns_ns_token_alloc(boolean_t);
248 static void netns_ns_token_free(struct ns_token *);
259 static inline void netns_clear_ifnet(struct ns_token *);
263 static void _netns_set_ifnet_internal(struct ns_token *, struct ifnet *);
377 static struct ns_token *
[all …]
H A Dnetns.h55 typedef struct ns_token *netns_token;
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c529 netns_token __single ns_token; in flow_req_prepare_namespace() local
532 req->nfr_ip_protocol, &ns_token, in flow_req_prepare_namespace()
540 req->nfr_port_reservation = ns_token; in flow_req_prepare_namespace()
585 struct protons_token *__single ns_token = NULL; in flow_req_prepare_namespace() local
587 err = protons_reserve(&ns_token, req->nfr_pid, in flow_req_prepare_namespace()
595 req->nfr_proto_reservation = ns_token; in flow_req_prepare_namespace()
H A Dflow_var.h310 struct ns_token *fe_port_reservation;
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dos_nexus_private.h418 struct ns_token *nfr_port_reservation;
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c497 struct ns_token *__single nt = NULL; in fsw_flow_config()
/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h1024 LIST_HEAD(, ns_token) if_netns_tokens;
H A Dpf.c4950 struct ns_token *__single nstoken = NULL; in pf_test_rule()