Searched refs:ns_token (Results 1 – 8 of 8) sorted by relevance
189 struct ns_token { struct192 LIST_ENTRY(ns_token) nt_ifp_link; argument193 LIST_ENTRY(ns_token) nt_all_link;218 LIST_HEAD(, ns_token) netns_unbound_tokens = LIST_HEAD_INITIALIZER( argument222 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 …]
55 typedef struct ns_token *netns_token;
529 netns_token __single ns_token; in flow_req_prepare_namespace() local532 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() local587 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()
310 struct ns_token *fe_port_reservation;
418 struct ns_token *nfr_port_reservation;
497 struct ns_token *__single nt = NULL; in fsw_flow_config()
1024 LIST_HEAD(, ns_token) if_netns_tokens;
4950 struct ns_token *__single nstoken = NULL; in pf_test_rule()