Searched refs:sysctl_error_on_ootb (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c337 static u_int sysctl_error_on_ootb = 1; /**< NAT response to receipt of OOTB packet variable
393 &sysctl_error_on_ootb, 0, sysctl_chg_error_on_ootb, "IU",
524 sysctl_error_on_ootb = (flag > SN_ERROR_ON_OOTB) ? SN_ERROR_ON_OOTB: flag;
766 if (sysctl_error_on_ootb > SN_LOCALandPARTIAL_ERROR_ON_OOTB) {
772 if (sysctl_error_on_ootb == SN_ERROR_ON_OOTB ||
773 (sysctl_error_on_ootb == SN_LOCALandPARTIAL_ERROR_ON_OOTB && direction == SN_TO_LOCAL) ||
774 (sysctl_error_on_ootb == SN_LOCAL_ERROR_ON_OOTB && direction == SN_TO_GLOBAL)) {

Completed in 54 milliseconds