Searched defs:sctp_cwnd_args (Results 1 – 1 of 1) sorted by relevance
723 struct sctp_cwnd_args { struct724 struct sctp_nets *net; /* network to *//* FIXME: LP64 issue */725 uint32_t cwnd_new_value;/* cwnd in k */726 uint32_t pseudo_cumack;727 uint16_t inflight; /* flightsize in k */728 uint16_t cwnd_augment; /* increment to it */729 uint8_t meets_pseudo_cumack;730 uint8_t need_new_pseudo_cumack;731 uint8_t cnt_in_send;732 uint8_t cnt_in_str;