Lines Matching defs:sk
22 static inline void dccp_event_ack_sent(struct sock *sk) in dccp_event_ack_sent()
28 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb) in dccp_skb_entail()
42 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb) in dccp_transmit_skb()
161 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss()
197 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()
245 static void dccp_xmit_packet(struct sock *sk) in dccp_xmit_packet()
311 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue()
350 void dccp_write_xmit(struct sock *sk) in dccp_write_xmit()
386 int dccp_retransmit_skb(struct sock *sk) in dccp_retransmit_skb()
399 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst, in dccp_make_response()
462 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *rcv_skb) in dccp_ctl_make_reset()
514 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code) in dccp_send_reset()
541 int dccp_connect(struct sock *sk) in dccp_connect()
581 void dccp_send_ack(struct sock *sk) in dccp_send_ack()
639 void dccp_send_sync(struct sock *sk, const u64 ackno, in dccp_send_sync()
676 void dccp_send_close(struct sock *sk, const int active) in dccp_send_close()