HomeSort by: relevance | last modified time | path
    Searched defs:bundle_at (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 4886 int bundle_at,
4890 for (i = 0; i < bundle_at; i++) {
4913 (bundle_at == 1)) {
5284 int bundle_at, ctl_cnt, no_data_chunks, cwnd_full_ind; local
5413 ctl_cnt = bundle_at = 0;
5779 data_list[bundle_at++] = chk;
5780 if (bundle_at >= SCTP_MAX_DATA_BUNDLING) {
5827 if (bundle_at && (!callout_pending(&net->rxt_timer.timer))) {
5882 no_fragmentflg, bundle_at, data_list[0], asconf))) {
5931 if (bundle_at || hbflag)
6475 int no_fragmentflg, bundle_at, cnt_thru; local
    [all...]
sctp_output.c 4886 int bundle_at,
4890 for (i = 0; i < bundle_at; i++) {
4913 (bundle_at == 1)) {
5284 int bundle_at, ctl_cnt, no_data_chunks, cwnd_full_ind; local
5413 ctl_cnt = bundle_at = 0;
5779 data_list[bundle_at++] = chk;
5780 if (bundle_at >= SCTP_MAX_DATA_BUNDLING) {
5827 if (bundle_at && (!callout_pending(&net->rxt_timer.timer))) {
5882 no_fragmentflg, bundle_at, data_list[0], asconf))) {
5931 if (bundle_at || hbflag)
6475 int no_fragmentflg, bundle_at, cnt_thru; local
    [all...]
sctp_output.c 4886 int bundle_at,
4890 for (i = 0; i < bundle_at; i++) {
4913 (bundle_at == 1)) {
5284 int bundle_at, ctl_cnt, no_data_chunks, cwnd_full_ind; local
5413 ctl_cnt = bundle_at = 0;
5779 data_list[bundle_at++] = chk;
5780 if (bundle_at >= SCTP_MAX_DATA_BUNDLING) {
5827 if (bundle_at && (!callout_pending(&net->rxt_timer.timer))) {
5882 no_fragmentflg, bundle_at, data_list[0], asconf))) {
5931 if (bundle_at || hbflag)
6475 int no_fragmentflg, bundle_at, cnt_thru; local
    [all...]

Completed in 73 milliseconds