Lines Matching defs:sk
25 static inline void dccp_event_ack_sent(struct sock *sk) in dccp_event_ack_sent()
31 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb) in dccp_skb_entail()
45 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb) in dccp_transmit_skb()
162 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss()
198 void dccp_write_space(struct sock *sk) in dccp_write_space()
219 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) in dccp_wait_for_ccid()
243 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
306 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
345 void dccp_write_xmit(struct sock *sk) in dccp_write_xmit()
379 int dccp_retransmit_skb(struct sock *sk) in dccp_retransmit_skb()
392 struct sk_buff *dccp_make_response(struct sock *sk, struct dst_entry *dst, in dccp_make_response()
450 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *rcv_skb) in dccp_ctl_make_reset()
502 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code) in dccp_send_reset()
529 int dccp_connect(struct sock *sk) in dccp_connect()
569 void dccp_send_ack(struct sock *sk) in dccp_send_ack()
627 void dccp_send_sync(struct sock *sk, const u64 ackno, in dccp_send_sync()
664 void dccp_send_close(struct sock *sk, const int active) in dccp_send_close()