Searched defs:receive_sa (Results 1 – 1 of 1) sorted by relevance
134 struct receive_sa { struct135 Boolean enable_receive; /* bool enableReceive */136 Boolean in_use; /* bool inUse (read only) */138 u32 next_pn; /* PN nextPN (read only) */139 u32 lowest_pn; /* PN lowestPN (read only) */140 u8 an;141 struct os_time created_time;143 struct data_key *pkey;144 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */146 struct dl_list list;