Lines Matching defs:sk

48 void update_send_head(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb)  in update_send_head()
64 static __inline__ __u32 tcp_acceptable_seq(struct sock *sk, struct tcp_opt *tp) in tcp_acceptable_seq()
86 static __u16 tcp_advertise_mss(struct sock *sk) in tcp_advertise_mss()
137 static __inline__ void tcp_event_ack_sent(struct sock *sk) in tcp_event_ack_sent()
154 static __inline__ u16 tcp_select_window(struct sock *sk) in tcp_select_window()
196 int tcp_transmit_skb(struct sock *sk, struct sk_buff *skb) in tcp_transmit_skb()
325 void tcp_send_skb(struct sock *sk, struct sk_buff *skb, int force_queue, unsigned cur_mss) in tcp_send_skb()
353 void tcp_push_one(struct sock *sk, unsigned cur_mss) in tcp_push_one()
440 static int tcp_fragment(struct sock *sk, struct sk_buff *skb, u32 len) in tcp_fragment()
523 int tcp_sync_mss(struct sock *sk, u32 pmtu) in tcp_sync_mss()
566 int tcp_write_xmit(struct sock *sk, int nonagle) in tcp_write_xmit()
664 u32 __tcp_select_window(struct sock *sk) in __tcp_select_window()
713 static void tcp_retrans_try_collapse(struct sock *sk, struct sk_buff *skb, int mss_now) in tcp_retrans_try_collapse()
789 void tcp_simple_retransmit(struct sock *sk) in tcp_simple_retransmit()
835 int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb) in tcp_retransmit_skb()
934 void tcp_xmit_retransmit_queue(struct sock *sk) in tcp_xmit_retransmit_queue()
1014 void tcp_send_fin(struct sock *sk) in tcp_send_fin()
1058 void tcp_send_active_reset(struct sock *sk, int priority) in tcp_send_active_reset()
1089 int tcp_send_synack(struct sock *sk) in tcp_send_synack()
1120 struct sk_buff * tcp_make_synack(struct sock *sk, struct dst_entry *dst, in tcp_make_synack()
1186 static inline void tcp_connect_init(struct sock *sk) in tcp_connect_init()
1236 int tcp_connect(struct sock *sk) in tcp_connect()
1278 void tcp_send_delayed_ack(struct sock *sk) in tcp_send_delayed_ack()
1329 void tcp_send_ack(struct sock *sk) in tcp_send_ack()
1372 static int tcp_xmit_probe_skb(struct sock *sk, int urgent) in tcp_xmit_probe_skb()
1398 int tcp_write_wakeup(struct sock *sk) in tcp_write_wakeup()
1444 void tcp_send_probe0(struct sock *sk) in tcp_send_probe0()