Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h379 uint8_t lan_type; member
H A Dsctputil.c2979 (net->lan_type == SCTP_LAN_UNKNOWN)) { in sctp_calculate_rto()
2981 net->lan_type = SCTP_LAN_INTERNET; in sctp_calculate_rto()
2983 net->lan_type = SCTP_LAN_LOCAL; in sctp_calculate_rto()
H A Dsctp_cc_functions.c1090 if ((use_rtcc) && (net->lan_type == SCTP_LAN_LOCAL) && (net->cc_mod.rtcc.use_dccc_ecn)) { in sctp_cwnd_update_after_ecn_echo_common()