Lines Matching defs:sctp_tmit_chunk
439 struct sctp_tmit_chunk { struct
449 TAILQ_ENTRY(sctp_tmit_chunk) sctp_next; /* next link */ argument
450 int32_t sent; /* the send status */
451 uint16_t snd_count; /* number of times I sent */
452 uint16_t flags; /* flags, such as FRAGMENT_OK */
453 uint16_t send_size;
454 uint16_t book_size;
455 uint16_t mbcnt;
456 uint16_t auth_keyid;
457 uint8_t holds_key_ref; /* flag if auth keyid refcount is held */
458 uint8_t pad_inplace;
459 uint8_t do_rtt;
460 uint8_t book_size_scale;
461 uint8_t no_fr_allowed;
462 uint8_t copy_by_ref;
463 uint8_t window_probe;