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()
220 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) in dccp_wait_for_ccid()
244 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
307 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
346 void dccp_write_xmit(struct sock *sk) in dccp_write_xmit()
380 int dccp_retransmit_skb(struct sock *sk) in dccp_retransmit_skb()
393 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst, in dccp_make_response()
456 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *rcv_skb) in dccp_ctl_make_reset()
508 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code) in dccp_send_reset()
535 int dccp_connect(struct sock *sk) in dccp_connect()
575 void dccp_send_ack(struct sock *sk) in dccp_send_ack()
633 void dccp_send_sync(struct sock *sk, const u64 ackno, in dccp_send_sync()
670 void dccp_send_close(struct sock *sk, const int active) in dccp_send_close()