Home
last modified time | relevance | path

Searched refs:sctp_map_assoc_state (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.h69 sctp_map_assoc_state(int);
H A Dsctp_sysctl.c452 xstcb.state = (uint32_t)sctp_map_assoc_state(stcb->asoc.state); in sctp_sysctl_handle_assoclist()
H A Dsctputil.c1071 sctp_map_assoc_state(int kernel_state) in sctp_map_assoc_state() function
H A Dsctp_usrreq.c2613 sstat->sstat_state = sctp_map_assoc_state(stcb->asoc.state);