Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_uio.h592 sctp_assoc_t spt_assoc_id; member
Dsctp_usrreq.c3167 SCTP_FIND_STCB(inp, stcb, thlds->spt_assoc_id);
3248 thlds->spt_assoc_id = sctp_get_associd(stcb);
3254 (thlds->spt_assoc_id == SCTP_FUTURE_ASSOC))) {
6313 SCTP_FIND_STCB(inp, stcb, thlds->spt_assoc_id);
6464 (thlds->spt_assoc_id == SCTP_FUTURE_ASSOC))) {
/freebsd-12-stable/lib/libc/net/
Dsctp_sys_calls.c342 ((struct sctp_paddrthlds *)arg)->spt_assoc_id = id; in sctp_opt_info()