/net/ipv4/ |
D | tcp_cong.c | 40 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 …]
|
D | tcp_htcp.c | 49 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 …]
|
D | tcp_illinois.c | 60 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 …]
|
D | tcp_dctcp.c | 67 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
|
D | tcp_bic.c | 60 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
|
D | tcp_cdg.c | 142 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
|
D | tcp_cubic.c | 105 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
|
D | tcp_nv.c | 124 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
|
D | tcp_hybla.c | 36 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
|
D | tcp_highspeed.c | 103 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
|
D | tcp_vegas.c | 294 const struct vegas *ca = inet_csk_ca(sk); in tcp_vegas_get_info() local
|
D | tcp_westwood.c | 265 const struct westwood *ca = inet_csk_ca(sk); in tcp_westwood_info() local
|
D | tcp_minisocks.c | 413 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child() local
|
D | tcp_output.c | 3654 const struct tcp_congestion_ops *ca; in tcp_ca_dst_init() local
|
/net/sched/ |
D | act_ctinfo.c | 30 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
|
D | act_connmark.c | 37 struct tcf_connmark_info *ca = to_connmark(a); in tcf_connmark_act() local
|
/net/bluetooth/hidp/ |
D | sock.c | 51 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/ |
D | sock.c | 68 struct cmtp_connadd_req ca; in do_cmtp_sock_ioctl() local
|
/net/bluetooth/bnep/ |
D | sock.c | 55 struct bnep_connadd_req ca; in do_bnep_sock_ioctl() local
|
/net/ipv6/ |
D | sit.c | 307 unsigned int cmax, c = 0, ca, len; in ipip6_tunnel_get_prl() local
|