Home
last modified time | relevance | path

Searched refs:ct_work (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h127 smbioc_ssn_work_t ct_work; member
145 #define ct_sopt ct_work.wk_sopt
146 #define ct_iods ct_work.wk_iods
147 #define ct_tran_fd ct_work.wk_iods.is_tran_fd
148 #define ct_hflags ct_work.wk_iods.is_hflags
149 #define ct_hflags2 ct_work.wk_iods.is_hflags2
150 #define ct_vcflags ct_work.wk_iods.is_vcflags
151 #define ct_ssn_key ct_work.wk_iods.is_ssn_key
152 #define ct_mac_seqno ct_work.wk_iods.is_next_seq
153 #define ct_mackeylen ct_work.wk_iods.is_u_maclen
[all …]
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Diod_wk.c67 smbioc_ssn_work_t *work = &ctx->ct_work; in smb_iod_work()