Home
last modified time | relevance | path

Searched refs:max_path (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c693 uint64_t max_path; in sctp_cwnd_update_after_sack_common() local
704 max_path = 0; in sctp_cwnd_update_after_sack_common()
718 if (tmp > max_path) { in sctp_cwnd_update_after_sack_common()
719 max_path = tmp; in sctp_cwnd_update_after_sack_common()
724 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()
/f-stack/dpdk/drivers/net/qede/base/
H A Dmcp_public.h523 u32 max_path; /* 32bit is wasty, but this will be used often */ member