net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support
[deliverable/linux.git] / include / net / sctp / structs.h
index 7af9a0f5d8ce9ccf381181e7f802fe8dfa9c72ac..11d5df015370eb48c6162d91a99412faf8ae15f9 100644 (file)
@@ -207,7 +207,9 @@ struct sctp_sock {
        struct sctp_paddrparams paddrparam;
        struct sctp_event_subscribe subscribe;
        struct sctp_assocparams assocparams;
+
        int user_frag;
+
        __u32 autoclose;
        __u8 nodelay;
        __u8 disable_fragments;
@@ -215,6 +217,7 @@ struct sctp_sock {
        __u8 frag_interleave;
        __u32 adaptation_ind;
        __u32 pd_point;
+       __u8 recvrcvinfo;
 
        atomic_t pd_mode;
        /* Receive to here while partial delivery is in effect. */
This page took 0.031992 seconds and 5 git commands to generate.