Searched defs:transmit_sa (Results 1 – 2 of 2) sorted by relevance
95 struct transmit_sa { struct96 bool in_use; /* bool inUse (read only) */97 u32 next_pn; /* PN nextPN (read only) */98 struct os_time created_time; /* Time createdTime */100 bool enable_transmit; /* bool EnableTransmit */102 u8 an;103 bool confidentiality;104 struct data_key *pkey;106 struct transmit_sc *sc;107 struct dl_list list; /* list entry in struct transmit_sc::sa_list */
95 struct transmit_sa { struct96 Boolean in_use; /* bool inUse (read only) */97 u32 next_pn; /* PN nextPN (read only) */98 struct os_time created_time; /* Time createdTime */100 Boolean enable_transmit; /* bool EnableTransmit */102 u8 an;103 Boolean confidentiality;104 struct data_key *pkey;106 struct transmit_sc *sc;107 struct dl_list list; /* list entry in struct transmit_sc::sa_list */