Home
last modified time | relevance | path

Searched defs:ca (Results 1 – 20 of 20) sorted by relevance

/net/ipv4/
Dtcp_cong.c40 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload() local
70 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()
104 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()
123 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name() local
142 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key() local
161 const struct tcp_congestion_ops *ca; in tcp_assign_congestion_control() local
192 const struct tcp_congestion_ops *ca) in tcp_reinit_congestion_control()
223 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control() local
261 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control() local
279 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control() local
[all …]
Dtcp_htcp.c49 static inline u32 htcp_cong_time(const struct htcp *ca) in htcp_cong_time()
54 static inline u32 htcp_ccount(const struct htcp *ca) in htcp_ccount()
59 static inline void htcp_reset(struct htcp *ca) in htcp_reset()
70 struct htcp *ca = inet_csk_ca(sk); in htcp_cwnd_undo() local
85 struct htcp *ca = inet_csk_ca(sk); in measure_rtt() local
106 struct htcp *ca = inet_csk_ca(sk); in measure_achieved_throughput() local
147 static inline void htcp_beta_update(struct htcp *ca, u32 minRTT, u32 maxRTT) in htcp_beta_update()
173 static inline void htcp_alpha_update(struct htcp *ca) in htcp_alpha_update()
210 struct htcp *ca = inet_csk_ca(sk); in htcp_param_update() local
225 const struct htcp *ca = inet_csk_ca(sk); in htcp_recalc_ssthresh() local
[all …]
Dtcp_illinois.c60 struct illinois *ca = inet_csk_ca(sk); in rtt_reset() local
71 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_init() local
88 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_acked() local
114 static inline u32 max_delay(const struct illinois *ca) in max_delay()
120 static inline u32 avg_delay(const struct illinois *ca) in avg_delay()
140 static u32 alpha(struct illinois *ca, u32 da, u32 dm) in alpha()
225 struct illinois *ca = inet_csk_ca(sk); in update_params() local
246 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_state() local
263 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_cong_avoid() local
298 struct illinois *ca = inet_csk_ca(sk); in tcp_illinois_ssthresh() local
[all …]
Dtcp_dctcp.c67 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca) in dctcp_reset()
82 struct dctcp *ca = inet_csk_ca(sk); in dctcp_init() local
104 struct dctcp *ca = inet_csk_ca(sk); in dctcp_ssthresh() local
114 struct dctcp *ca = inet_csk_ca(sk); in dctcp_update_alpha() local
146 struct dctcp *ca = inet_csk_ca(sk); in dctcp_react_to_loss() local
165 struct dctcp *ca = inet_csk_ca(sk); in dctcp_cwnd_event() local
184 const struct dctcp *ca = inet_csk_ca(sk); in dctcp_get_info() local
211 const struct dctcp *ca = inet_csk_ca(sk); in dctcp_cwnd_undo() local
Dtcp_bic.c60 static inline void bictcp_reset(struct bictcp *ca) in bictcp_reset()
72 struct bictcp *ca = inet_csk_ca(sk); in bictcp_init() local
83 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
143 struct bictcp *ca = inet_csk_ca(sk); in bictcp_cong_avoid() local
164 struct bictcp *ca = inet_csk_ca(sk); in bictcp_recalc_ssthresh() local
195 struct bictcp *ca = inet_csk_ca(sk); in bictcp_acked() local
Dtcp_cdg.c142 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_hystart_update() local
190 static s32 tcp_cdg_grad(struct cdg *ca) in tcp_cdg_grad()
243 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_backoff() local
264 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_cong_avoid() local
301 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_acked() local
330 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_ssthresh() local
347 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_cwnd_event() local
375 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_init() local
389 struct cdg *ca = inet_csk_ca(sk); in tcp_cdg_release() local
Dtcp_cubic.c105 static inline void bictcp_reset(struct bictcp *ca) in bictcp_reset()
119 struct bictcp *ca = inet_csk_ca(sk); in bictcp_hystart_reset() local
129 struct bictcp *ca = inet_csk_ca(sk); in cubictcp_init() local
143 struct bictcp *ca = inet_csk_ca(sk); in cubictcp_cwnd_event() local
212 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
325 struct bictcp *ca = inet_csk_ca(sk); in cubictcp_cong_avoid() local
342 struct bictcp *ca = inet_csk_ca(sk); in cubictcp_recalc_ssthresh() local
387 struct bictcp *ca = inet_csk_ca(sk); in hystart_update() local
449 struct bictcp *ca = inet_csk_ca(sk); in cubictcp_acked() local
Dtcp_nv.c124 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk) in tcpnv_reset()
140 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_init() local
171 inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val) in nv_get_bounded_rtt()
184 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_cong_avoid() local
218 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_state() local
244 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_acked() local
457 const struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_get_info() local
Dtcp_hybla.c36 struct hybla *ca = inet_csk_ca(sk); in hybla_recalc_param() local
49 struct hybla *ca = inet_csk_ca(sk); in hybla_init() local
70 struct hybla *ca = inet_csk_ca(sk); in hybla_state() local
93 struct hybla *ca = inet_csk_ca(sk); in hybla_cong_avoid() local
Dtcp_highspeed.c103 struct hstcp *ca = inet_csk_ca(sk); in hstcp_init() local
115 struct hstcp *ca = inet_csk_ca(sk); in hstcp_cong_avoid() local
154 struct hstcp *ca = inet_csk_ca(sk); in hstcp_ssthresh() local
Dtcp_vegas.c294 const struct vegas *ca = inet_csk_ca(sk); in tcp_vegas_get_info() local
Dtcp_westwood.c265 const struct westwood *ca = inet_csk_ca(sk); in tcp_westwood_info() local
Dtcp_minisocks.c413 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child() local
Dtcp_output.c3654 const struct tcp_congestion_ops *ca; in tcp_ca_dst_init() local
/net/sched/
Dact_ctinfo.c30 static void tcf_ctinfo_dscp_set(struct nf_conn *ct, struct tcf_ctinfo *ca, in tcf_ctinfo_dscp_set()
71 static void tcf_ctinfo_cpmark_set(struct nf_conn *ct, struct tcf_ctinfo *ca, in tcf_ctinfo_cpmark_set()
83 struct tcf_ctinfo *ca = to_ctinfo(a); in tcf_ctinfo_act() local
Dact_connmark.c37 struct tcf_connmark_info *ca = to_connmark(a); in tcf_connmark_act() local
/net/bluetooth/hidp/
Dsock.c51 struct hidp_connadd_req ca; in do_hidp_sock_ioctl() local
173 struct hidp_connadd_req ca; in hidp_sock_compat_ioctl() local
/net/bluetooth/cmtp/
Dsock.c68 struct cmtp_connadd_req ca; in do_cmtp_sock_ioctl() local
/net/bluetooth/bnep/
Dsock.c55 struct bnep_connadd_req ca; in do_bnep_sock_ioctl() local
/net/ipv6/
Dsit.c307 unsigned int cmax, c = 0, ca, len; in ipip6_tunnel_get_prl() local