Searched defs:sctp_datamsg (Results 1 – 1 of 1) sorted by relevance
53578 struct sctp_datamsg { struct53579 struct list_head chunks;53580 refcount_t refcnt;53581 long unsigned int expires_at;53582 int send_error;53583 u8 send_failed: 1;53584 u8 can_delay: 1;53585 u8 abandoned: 1;