Searched defs:receive_sa (Results 1 – 1 of 1) sorted by relevance
122 struct receive_sa { struct123 bool enable_receive; /* bool enableReceive */124 bool in_use; /* bool inUse (read only) */126 u32 next_pn; /* PN nextPN (read only) */150 int (*get_receive_lowest_pn)(void *ctx, struct receive_sa *sa); argument