Searched defs:sctp_cwnd_args (Results 1 – 1 of 1) sorted by relevance
741 struct sctp_cwnd_args { struct742 struct sctp_nets *net; /* network to *//* FIXME: LP64 issue */743 uint32_t cwnd_new_value; /* cwnd in k */744 uint32_t pseudo_cumack;745 uint16_t inflight; /* flightsize in k */746 uint16_t cwnd_augment; /* increment to it */747 uint8_t meets_pseudo_cumack;748 uint8_t need_new_pseudo_cumack;749 uint8_t cnt_in_send;750 uint8_t cnt_in_str;