Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_output.c7019 int left, willcpy, cancpy, error; local
7029 cancpy = M_TRAILINGSPACE(ret);
7030 willcpy = min(cancpy, left);
7050 cancpy = M_TRAILINGSPACE(at);
7051 willcpy = min(cancpy, left);
12556 int left, cancpy, willcpy;
12575 cancpy = M_TRAILINGSPACE(head);
12576 willcpy = min(cancpy, left);
12598 cancpy = M_TRAILINGSPACE(m);
12599 willcpy = min(cancpy, left);
[all …]