Lines Matching defs:sk
79 static int ccid2_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb) in ccid2_hc_tx_send_packet()
86 static void ccid2_change_l_ack_ratio(struct sock *sk, u32 val) in ccid2_change_l_ack_ratio()
104 static void ccid2_check_l_ack_ratio(struct sock *sk) in ccid2_check_l_ack_ratio()
122 static void ccid2_change_l_seq_window(struct sock *sk, u64 val) in ccid2_change_l_seq_window()
129 static void dccp_tasklet_schedule(struct sock *sk) in dccp_tasklet_schedule()
141 struct sock *sk = (struct sock *)data; in ccid2_hc_tx_rto_expire() local
207 static void ccid2_cwnd_application_limited(struct sock *sk, const u32 now) in ccid2_cwnd_application_limited()
226 static void ccid2_cwnd_restart(struct sock *sk, const u32 now) in ccid2_cwnd_restart()
247 static void ccid2_hc_tx_packet_sent(struct sock *sk, unsigned int len) in ccid2_hc_tx_packet_sent()
371 static void ccid2_rtt_estimator(struct sock *sk, const long mrtt) in ccid2_rtt_estimator()
441 static void ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, in ccid2_new_ack()
487 static void ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) in ccid2_congestion_event()
504 static int ccid2_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid2_hc_tx_parse_options()
518 static void ccid2_hc_tx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid2_hc_tx_packet_recv()
725 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid2_hc_tx_init()
757 static void ccid2_hc_tx_exit(struct sock *sk) in ccid2_hc_tx_exit()
770 static void ccid2_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb) in ccid2_hc_rx_packet_recv()