Searched defs:asoc_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c1834 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1851 id = (uint32_t)asoc_id;
1882 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1887 stcb = sctp_findasoc_ep_asocid_locked(inp, asoc_id, want_lock);

Completed in 136 milliseconds