Lines Matching refs:sock
16 #include <net/sock.h>
22 static inline void dccp_event_ack_sent(struct sock *sk)
28 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb)
42 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb)
161 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu)
197 void dccp_write_space(struct sock *sk)
219 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay)
245 static void dccp_xmit_packet(struct sock *sk)
311 void dccp_flush_write_queue(struct sock *sk, long *time_budget)
350 void dccp_write_xmit(struct sock *sk)
386 int dccp_retransmit_skb(struct sock *sk)
399 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
413 skb = sock_wmalloc((struct sock *)sk, MAX_DCCP_HEADER, 1,
462 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *rcv_skb)
514 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code)
541 int dccp_connect(struct sock *sk)
581 void dccp_send_ack(struct sock *sk)
608 void dccp_send_delayed_ack(struct sock *sk)
639 void dccp_send_sync(struct sock *sk, const u64 ackno,
645 * sock.
676 void dccp_send_close(struct sock *sk, const int active)