Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h396 uint8_t lan_type; member
H A Dsctputil.c2967 (net->lan_type == SCTP_LAN_UNKNOWN)) { in sctp_calculate_rto()
2969 net->lan_type = SCTP_LAN_INTERNET; in sctp_calculate_rto()
2971 net->lan_type = SCTP_LAN_LOCAL; in sctp_calculate_rto()
H A Dsctp_cc_functions.c1091 if ((use_rtcc) && (net->lan_type == SCTP_LAN_LOCAL) && (net->cc_mod.rtcc.use_dccc_ecn)) { in sctp_cwnd_update_after_ecn_echo_common()