Searched defs:sctp_datamsg (Results 1 – 2 of 2) sorted by relevance
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;
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;