Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c10244 unsigned int cnt_of_space, i, ovh; in send_forward_tsn() local
10314 cnt_of_space = (unsigned int)M_TRAILINGSPACE(chk->data); in send_forward_tsn()
10321 if (cnt_of_space > (asoc->smallest_mtu - ovh)) { in send_forward_tsn()
10323 cnt_of_space = asoc->smallest_mtu - ovh; in send_forward_tsn()
10331 if (cnt_of_space < space_needed) { in send_forward_tsn()
10338 0xff, 0xff, cnt_of_space, in send_forward_tsn()
10341 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk); in send_forward_tsn()