Lines Matching defs:sk
67 static int ccid2_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid2_hc_tx_send_packet()
74 static void ccid2_change_l_ack_ratio(struct sock *sk, u32 val) in ccid2_change_l_ack_ratio()
92 static void ccid2_check_l_ack_ratio(struct sock *sk) in ccid2_check_l_ack_ratio()
110 static void ccid2_change_l_seq_window(struct sock *sk, u64 val) in ccid2_change_l_seq_window()
117 static void dccp_tasklet_schedule(struct sock *sk) in dccp_tasklet_schedule()
130 struct sock *sk = hc->sk; in ccid2_hc_tx_rto_expire() local
195 static void ccid2_cwnd_application_limited(struct sock *sk, const u32 now) in ccid2_cwnd_application_limited()
214 static void ccid2_cwnd_restart(struct sock *sk, const u32 now) in ccid2_cwnd_restart()
235 static void ccid2_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid2_hc_tx_packet_sent()
359 static void ccid2_rtt_estimator(struct sock *sk, const long mrtt) in ccid2_rtt_estimator()
429 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
475 static void ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) in ccid2_congestion_event()
492 static int ccid2_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid2_hc_tx_parse_options()
506 static void ccid2_hc_tx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid2_hc_tx_packet_recv()
713 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid2_hc_tx_init()
745 static void ccid2_hc_tx_exit(struct sock *sk) in ccid2_hc_tx_exit()
758 static void ccid2_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid2_hc_rx_packet_recv()