Searched defs:sctp_cwnd_args (Results 1 – 2 of 2) sorted by relevance
779 struct sctp_cwnd_args { struct780 struct sctp_nets *net; /* network to */ /* FIXME: LP64 issue */781 uint32_t cwnd_new_value; /* cwnd in k */782 uint32_t pseudo_cumack;783 uint16_t inflight; /* flightsize in k */784 uint16_t cwnd_augment; /* increment to it */785 uint8_t meets_pseudo_cumack;786 uint8_t need_new_pseudo_cumack;787 uint8_t cnt_in_send;788 uint8_t cnt_in_str;
752 struct sctp_cwnd_args { struct753 struct sctp_nets *net; /* network to */ /* FIXME: LP64 issue */754 uint32_t cwnd_new_value;/* cwnd in k */755 uint32_t pseudo_cumack;756 uint16_t inflight; /* flightsize in k */757 uint16_t cwnd_augment; /* increment to it */758 uint8_t meets_pseudo_cumack;759 uint8_t need_new_pseudo_cumack;760 uint8_t cnt_in_send;761 uint8_t cnt_in_str;