Searched refs:cnt_of_space (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c10288 unsigned int cnt_of_space, i, ovh; local
10307 cnt_of_space = M_TRAILINGSPACE(chk->data);
10314 if (cnt_of_space > (asoc->smallest_mtu - ovh)) {
10316 cnt_of_space = asoc->smallest_mtu - ovh;
10325 if (cnt_of_space < space_needed) {
10332 0xff, 0xff, cnt_of_space,
10335 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk);

Completed in 358 milliseconds