Searched defs:receive_sa (Results 1 – 1 of 1) sorted by relevance
121 struct receive_sa { struct122 Boolean enable_receive; /* bool enableReceive */123 Boolean in_use; /* bool inUse (read only) */125 u32 next_pn; /* PN nextPN (read only) */149 int (*get_receive_lowest_pn)(void *ctx, struct receive_sa *sa); argument