Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h555 …p_tcb *sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock);
H A Dsctp_pcb.c1540 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) in sctp_findasoc_ep_asocid_locked() argument
1577 if (want_lock) { in sctp_findasoc_ep_asocid_locked()
1587 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) in sctp_findassociation_ep_asocid() argument
1592 stcb = sctp_findasoc_ep_asocid_locked(inp, asoc_id, want_lock); in sctp_findassociation_ep_asocid()