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)
159 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu)
195 void dccp_write_space(struct sock *sk)
217 static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay)
241 static void dccp_xmit_packet(struct sock *sk)
304 void dccp_flush_write_queue(struct sock *sk, long *time_budget)
343 void dccp_write_xmit(struct sock *sk)
377 int dccp_retransmit_skb(struct sock *sk)
390 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
404 skb = sock_wmalloc((struct sock *)sk, MAX_DCCP_HEADER, 1,
453 struct sk_buff *dccp_ctl_make_reset(struct sock *sk, struct sk_buff *rcv_skb)
505 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code)
532 int dccp_connect(struct sock *sk)
572 void dccp_send_ack(struct sock *sk)
599 void dccp_send_delayed_ack(struct sock *sk)
630 void dccp_send_sync(struct sock *sk, const u64 ackno,
636 * sock.
667 void dccp_send_close(struct sock *sk, const int active)