Searched refs:protons_token (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/bsd/skywalk/namespace/ ! |
| H A D | protons.c | 55 struct protons_token { struct 56 RB_ENTRY(protons_token) pt_link; 70 pt_cmp(const struct protons_token *pt1, const struct protons_token *pt2) in pt_cmp() argument 74 RB_HEAD(protons_token_tree, protons_token); 75 RB_PROTOTYPE_PREV(protons_token_tree, protons_token, pt_link, pt_cmp); 76 RB_GENERATE_PREV(protons_token_tree, protons_token, pt_link, pt_cmp); 80 sizeof(struct protons_token), ZC_NONE); 82 static struct protons_token * 87 struct protons_token *pt = NULL; in protons_token_alloc() 103 protons_token_free(struct protons_token *pt) in protons_token_free() [all …]
|
| H A D | protons.h | 42 struct protons_token; 48 extern int protons_reserve(struct protons_token **ptp, pid_t pid, pid_t epid, 55 extern void protons_release(struct protons_token **ptp); 57 extern int protons_token_get_use_count(struct protons_token *pt); 58 extern bool protons_token_is_valid(struct protons_token *pt); 59 extern bool protons_token_has_matching_pid(struct protons_token *pt, pid_t pid,
|
| /xnu-8020.140.41/bsd/skywalk/nexus/ ! |
| H A D | os_nexus_private.h | 391 struct protons_token *nfr_proto_reservation;
|
| /xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/ ! |
| H A D | flow_var.h | 271 struct protons_token *fe_proto_reservation;
|
| H A D | flow_manager.c | 603 struct protons_token *ns_token = NULL; in flow_req_prepare_namespace()
|