Searched refs:hashasocidmark (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h576 u_long hashasocidmark; member in struct:sctp_inpcb
H A Dsctp_pcb.c1852 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];
2858 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark);
3177 new_inp->hashasocidmark)];
4221 SCTP_HASH_FREE(inp->sctp_asocidhash, inp->hashasocidmark);
4886 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];

Completed in 234 milliseconds