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

  /src/sys/netinet/
sctp_output.c 7550 unsigned int cnt_of_space, i, ovh; local in function:send_forward_tsn
7573 cnt_of_space = M_TRAILINGSPACE(chk->data);
7580 if (cnt_of_space > (asoc->smallest_mtu-ovh)) {
7582 cnt_of_space = asoc->smallest_mtu - ovh;
7584 if (cnt_of_space < space_needed) {
7588 cnt_of_skipped = (cnt_of_space-
sctp_output.c 7550 unsigned int cnt_of_space, i, ovh; local in function:send_forward_tsn
7573 cnt_of_space = M_TRAILINGSPACE(chk->data);
7580 if (cnt_of_space > (asoc->smallest_mtu-ovh)) {
7582 cnt_of_space = asoc->smallest_mtu - ovh;
7584 if (cnt_of_space < space_needed) {
7588 cnt_of_skipped = (cnt_of_space-

Completed in 37 milliseconds