Searched defs:sctp_datamsg (Results 1 – 9 of 9) sorted by relevance
15851 struct sctp_datamsg { struct15852 struct list_head chunks;15853 refcount_t refcnt;15854 long unsigned int expires_at;15855 int send_error;15856 u8 send_failed: 1;15857 u8 can_delay: 1;15858 u8 abandoned: 1;
76890 struct sctp_datamsg { struct76891 struct list_head chunks;76892 refcount_t refcnt;76893 long unsigned int expires_at;76894 int send_error;76895 u8 send_failed: 1;76896 u8 can_delay: 1;76897 u8 abandoned: 1;
68093 struct sctp_datamsg { struct68094 struct list_head chunks;68095 refcount_t refcnt;68096 long unsigned int expires_at;68097 int send_error;68098 u8 send_failed: 1;68099 u8 can_delay: 1;68100 u8 abandoned: 1;
58197 struct sctp_datamsg { struct58198 struct list_head chunks;58199 refcount_t refcnt;58200 unsigned long expires_at;58201 int send_error;58202 u8 send_failed: 1;58203 u8 can_delay: 1;58204 u8 abandoned: 1;
72826 struct sctp_datamsg { struct72827 struct list_head chunks;72828 refcount_t refcnt;72829 long unsigned int expires_at;72830 int send_error;72831 u8 send_failed: 1;72832 u8 can_delay: 1;72833 u8 abandoned: 1;
67955 struct sctp_datamsg { struct67956 struct list_head chunks;67957 refcount_t refcnt;67958 unsigned long expires_at;67959 int send_error;67960 u8 send_failed: 1;67961 u8 can_delay: 1;67962 u8 abandoned: 1;