Searched refs:sctp_log (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_sysctl.c | 157 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO); in sctp_init_sysctls() 159 memset(&SCTP_BASE_SYSCTL(sctp_log), 0, sizeof(struct sctp_log)); in sctp_init_sysctls() 184 if (SCTP_BASE_SYSCTL(sctp_log) != NULL) { in sctp_finish_sysctls() 185 FREE(SCTP_BASE_SYSCTL(sctp_log), M_SYSCTL); in sctp_finish_sysctls() 186 SCTP_BASE_SYSCTL(sctp_log) = NULL; in sctp_finish_sysctls() 1036 error = SYSCTL_OUT(req, SCTP_BASE_SYSCTL(sctp_log), sizeof(struct sctp_log)); 1038 error = SYSCTL_OUT(req, &SCTP_BASE_SYSCTL(sctp_log), sizeof(struct sctp_log)); 1061 if (error == 0 && value != 0 && SCTP_BASE_SYSCTL(sctp_log) != NULL) { 1062 memset(SCTP_BASE_SYSCTL(sctp_log), 0, sizeof(struct sctp_log)); 1066 memset(&SCTP_BASE_SYSCTL(sctp_log), 0, sizeof(struct sctp_log)); [all …]
|
D | sctp_sysctl.h | 117 struct sctp_log *sctp_log; member 119 struct sctp_log sctp_log; member
|
D | sctputil.c | 8022 if (SCTP_BASE_SYSCTL(sctp_log) == NULL) { 8026 saveindex = SCTP_BASE_SYSCTL(sctp_log)->index; 8032 } while (atomic_cmpset_int(&SCTP_BASE_SYSCTL(sctp_log)->index, saveindex, newindex) == 0); 8036 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].timestamp = SCTP_GET_CYCLECOUNT; 8037 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].subsys = subsys; 8038 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].params[0] = a; 8039 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].params[1] = b; 8040 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].params[2] = c; 8041 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].params[3] = d; 8042 SCTP_BASE_SYSCTL(sctp_log)->entry[saveindex].params[4] = e; [all …]
|
D | sctp_uio.h | 1275 struct sctp_log { struct
|
D | sctp_pcb.c | 6557 if (SCTP_BASE_SYSCTL(sctp_log) != NULL) { 6558 memset(SCTP_BASE_SYSCTL(sctp_log), 0, sizeof(struct sctp_log)); 6561 memset(&SCTP_BASE_SYSCTL(sctp_log), 0, sizeof(struct sctp_log));
|