Home
last modified time | relevance | path

Searched defs:ipsec_pcb (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_ipsec.c183 struct ipsec_pcb { struct
200 decl_lck_rw_data(, ipsec_pcb_lock); argument
203 u_int32_t ipsec_pcb_data_move; /* number of data moving contexts */ argument
204 u_int32_t ipsec_pcb_drainers; /* number of threads waiting to drain */ argument
205 u_int32_t ipsec_pcb_data_path_state; /* internal state of interface data path */ argument
206 ipsec_dscp_mapping_t ipsec_output_dscp_mapping;
209 lck_mtx_t ipsec_input_chain_lock;
210 lck_mtx_t ipsec_kpipe_encrypt_lock;
211 lck_mtx_t ipsec_kpipe_decrypt_lock;
212 struct mbuf * ipsec_input_chain;
[all …]