Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c10338 unsigned int cnt_of_space, i, ovh; in send_forward_tsn() local
10408 cnt_of_space = (unsigned int)M_TRAILINGSPACE(chk->data); in send_forward_tsn()
10415 if (cnt_of_space > (asoc->smallest_mtu - ovh)) { in send_forward_tsn()
10417 cnt_of_space = asoc->smallest_mtu - ovh; in send_forward_tsn()
10425 if (cnt_of_space < space_needed) { in send_forward_tsn()
10432 0xff, 0xff, cnt_of_space, in send_forward_tsn()
10435 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk); in send_forward_tsn()