Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c6783 ssize_t left, willcpy, cancpy, error; in sctp_copy_out_all() local
6793 cancpy = (int)M_TRAILINGSPACE(ret); in sctp_copy_out_all()
6794 willcpy = min(cancpy, left); in sctp_copy_out_all()
6814 cancpy = (int)M_TRAILINGSPACE(at); in sctp_copy_out_all()
6815 willcpy = min(cancpy, left); in sctp_copy_out_all()