HomeSort by relevance Sort by last modified time
    Searched refs:max_protohdr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 351 extern int max_protohdr; /* Size of largest protocol layer header. See user_mbuf.c */
user_mbuf.c 53 int max_protohdr = KIPC_MAX_PROTOHDR; /* Size of largest protocol layer header. */ variable
703 * If there is room, it will add up to max_protohdr-len extra bytes to the
737 count = min(min(max(len, max_protohdr), space), n->m_len);
    [all...]

Completed in 199 milliseconds