Home
last modified time | relevance | path

Searched refs:sctp_ss_functions (Results 1 – 6 of 6) sorted by last modified time

/freebsd/sys/netinet/
H A Dsctputil.c67 extern const struct sctp_ss_functions sctp_ss_functions[];
1274 stcb->asoc.ss_functions = sctp_ss_functions[inp->sctp_ep.sctp_default_ss_module]; in sctp_init_asoc()
H A Dsctp_usrreq.c56 extern const struct sctp_ss_functions sctp_ss_functions[];
4054 stcb->asoc.ss_functions = sctp_ss_functions[av->assoc_value];
4075 stcb->asoc.ss_functions = sctp_ss_functions[av->assoc_value];
H A Dsctp_ss_functions.c937 const struct sctp_ss_functions sctp_ss_functions[] = { variable
H A Dsctp_structs.h733 struct sctp_ss_functions { struct
883 struct sctp_ss_functions ss_functions;
/freebsd/sys/conf/
H A Dfiles4379 netinet/sctp_ss_functions.c optional inet sctp | inet6 sctp
/freebsd/sys/modules/sctp/
H A DMakefile18 sctp_ss_functions.c \