Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_highspeed.c96 u32 ai; member
104 ca->ai = 0; in hstcp_init()
129 if (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd) { in hstcp_cong_avoid()
130 while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd && in hstcp_cong_avoid()
131 ca->ai < HSTCP_AIMD_MAX - 1) in hstcp_cong_avoid()
132 ca->ai++; in hstcp_cong_avoid()
133 } else if (ca->ai && tp->snd_cwnd <= hstcp_aimd_vals[ca->ai-1].cwnd) { in hstcp_cong_avoid()
134 while (ca->ai && tp->snd_cwnd <= hstcp_aimd_vals[ca->ai-1].cwnd) in hstcp_cong_avoid()
135 ca->ai--; in hstcp_cong_avoid()
141 tp->snd_cwnd_cnt += ca->ai + 1; in hstcp_cong_avoid()
[all …]
/net/ceph/
Dauth_none.c69 struct ceph_auth_none_info *ai = ac->private; in ceph_auth_none_create_authorizer() local
70 struct ceph_none_authorizer *au = &ai->au; in ceph_auth_none_create_authorizer()
74 if (!ai->built_authorizer) { in ceph_auth_none_create_authorizer()
84 ai->built_authorizer = true; in ceph_auth_none_create_authorizer()
/net/netfilter/
Dxt_TCPMSS.c51 const struct nf_afinfo *ai; in tcpmss_reverse_mtu() local
66 ai = nf_get_afinfo(family); in tcpmss_reverse_mtu()
67 if (ai != NULL) in tcpmss_reverse_mtu()
68 ai->route(net, (struct dst_entry **)&rt, &fl, false); in tcpmss_reverse_mtu()