Searched defs:sctp_datamsg (Results 1 – 7 of 7) 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;
82210 struct sctp_datamsg { struct82211 struct list_head chunks;82212 refcount_t refcnt;82213 long unsigned int expires_at;82214 int send_error;82215 u8 send_failed: 1;82216 u8 can_delay: 1;82217 u8 abandoned: 1;
48661 struct sctp_datamsg { struct48662 struct list_head chunks;48663 refcount_t refcnt;48664 long unsigned int expires_at;48665 int send_error;48666 u8 send_failed: 1;48667 u8 can_delay: 1;48668 u8 abandoned: 1;
57099 struct sctp_datamsg { struct57100 struct list_head chunks;57101 refcount_t refcnt;57102 long unsigned int expires_at;57103 int send_error;57104 u8 send_failed: 1;57105 u8 can_delay: 1;57106 u8 abandoned: 1;