Searched defs:receive_sa (Results 1 – 2 of 2) sorted by relevance
122 struct receive_sa { struct123 Boolean enable_receive; /* bool enableReceive */124 Boolean 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