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