Searched defs:sctp_cwnd_args (Results 1 – 1 of 1) sorted by relevance
775 struct sctp_cwnd_args { struct776 struct sctp_nets *net; /* network to */ /* FIXME: LP64 issue */777 uint32_t cwnd_new_value;/* cwnd in k */778 uint32_t pseudo_cumack;779 uint16_t inflight; /* flightsize in k */780 uint16_t cwnd_augment; /* increment to it */781 uint8_t meets_pseudo_cumack;782 uint8_t need_new_pseudo_cumack;783 uint8_t cnt_in_send;784 uint8_t cnt_in_str;