Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c7379 ssize_t left, willcpy, cancpy, error; local
7389 cancpy = (int)M_TRAILINGSPACE(ret);
7390 willcpy = min(cancpy, left);
7410 cancpy = (int)M_TRAILINGSPACE(at);
7411 willcpy = min(cancpy, left);
13210 int left, cancpy, willcpy;
13229 cancpy = (int)M_TRAILINGSPACE(head);
13230 willcpy = min(cancpy, left);
13252 cancpy = (int)M_TRAILINGSPACE(m);
13253 willcpy = min(cancpy, left);
[all …]