Searched defs:transmit_sa (Results 1 – 1 of 1) sorted by relevance
105 struct transmit_sa { struct106 Boolean in_use; /* bool inUse (read only) */107 u32 next_pn; /* PN nextPN (read only) */108 struct os_time created_time; /* Time createdTime */110 Boolean enable_transmit; /* bool EnableTransmit */112 u8 an;113 Boolean confidentiality;114 struct data_key *pkey;116 struct transmit_sc *sc;117 struct dl_list list; /* list entry in struct transmit_sc::sa_list */