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.c10336 unsigned int cnt_of_space, i, ovh; in send_forward_tsn() local
10406 cnt_of_space = (unsigned int)M_TRAILINGSPACE(chk->data); in send_forward_tsn()
10413 if (cnt_of_space > (asoc->smallest_mtu - ovh)) { in send_forward_tsn()
10415 cnt_of_space = asoc->smallest_mtu - ovh; in send_forward_tsn()
10423 if (cnt_of_space < space_needed) { in send_forward_tsn()
10430 0xff, 0xff, cnt_of_space, in send_forward_tsn()
10433 cnt_of_skipped = cnt_of_space - sizeof(struct sctp_forward_tsn_chunk); in send_forward_tsn()