• Home
  • Raw
  • Download

Lines Matching defs:sk

75 static void tcp_event_new_data_sent(struct sock *sk, const struct sk_buff *skb)  in tcp_event_new_data_sent()
100 static inline __u32 tcp_acceptable_seq(const struct sock *sk) in tcp_acceptable_seq()
124 static __u16 tcp_advertise_mss(struct sock *sk) in tcp_advertise_mss()
144 static void tcp_cwnd_restart(struct sock *sk, const struct dst_entry *dst) in tcp_cwnd_restart()
165 struct sock *sk) in tcp_event_data_sent()
186 static inline void tcp_event_ack_sent(struct sock *sk, unsigned int pkts) in tcp_event_ack_sent()
272 static u16 tcp_select_window(struct sock *sk) in tcp_select_window()
321 static void tcp_ecn_send_synack(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_synack()
333 static void tcp_ecn_send_syn(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_syn()
349 struct sock *sk) in tcp_ecn_make_synack()
361 static void tcp_ecn_send(struct sock *sk, struct sk_buff *skb, in tcp_ecn_send()
532 static unsigned int tcp_syn_options(struct sock *sk, struct sk_buff *skb, in tcp_syn_options()
594 static unsigned int tcp_synack_options(struct sock *sk, in tcp_synack_options()
657 static unsigned int tcp_established_options(struct sock *sk, struct sk_buff *skb, in tcp_established_options()
719 static void tcp_tsq_handler(struct sock *sk) in tcp_tsq_handler()
740 struct sock *sk; in tcp_tasklet_func() local
777 void tcp_release_cb(struct sock *sk) in tcp_release_cb()
840 struct sock *sk = skb->sk; in tcp_wfree() local
887 static int tcp_transmit_skb(struct sock *sk, struct sk_buff *skb, int clone_it, in tcp_transmit_skb()
1027 static void tcp_queue_skb(struct sock *sk, struct sk_buff *skb) in tcp_queue_skb()
1040 static void tcp_set_skb_tso_segs(const struct sock *sk, struct sk_buff *skb, in tcp_set_skb_tso_segs()
1065 static void tcp_adjust_fackets_out(struct sock *sk, const struct sk_buff *skb, in tcp_adjust_fackets_out()
1080 static void tcp_adjust_pcount(struct sock *sk, const struct sk_buff *skb, int decr) in tcp_adjust_pcount()
1127 int tcp_fragment(struct sock *sk, struct sk_buff *skb, u32 len, in tcp_fragment()
1255 int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len) in tcp_trim_head()
1282 static inline int __tcp_mtu_to_mss(struct sock *sk, int pmtu) in __tcp_mtu_to_mss()
1315 int tcp_mtu_to_mss(struct sock *sk, int pmtu) in tcp_mtu_to_mss()
1323 int tcp_mss_to_mtu(struct sock *sk, int mss) in tcp_mss_to_mtu()
1345 void tcp_mtup_init(struct sock *sk) in tcp_mtup_init()
1380 unsigned int tcp_sync_mss(struct sock *sk, u32 pmtu) in tcp_sync_mss()
1405 unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss()
1440 static void tcp_cwnd_application_limited(struct sock *sk) in tcp_cwnd_application_limited()
1458 static void tcp_cwnd_validate(struct sock *sk, bool is_cwnd_limited) in tcp_cwnd_validate()
1524 static unsigned int tcp_mss_split_point(const struct sock *sk, in tcp_mss_split_point()
1580 static int tcp_init_tso_segs(const struct sock *sk, struct sk_buff *skb, in tcp_init_tso_segs()
1635 static unsigned int tcp_snd_test(const struct sock *sk, struct sk_buff *skb, in tcp_snd_test()
1654 bool tcp_may_send_now(struct sock *sk) in tcp_may_send_now()
1672 static int tso_fragment(struct sock *sk, struct sk_buff *skb, unsigned int len, in tso_fragment()
1725 static bool tcp_tso_should_defer(struct sock *sk, struct sk_buff *skb, in tcp_tso_should_defer()
1809 static int tcp_mtu_probe(struct sock *sk) in tcp_mtu_probe()
1948 static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle, in tcp_write_xmit()
2071 bool tcp_schedule_loss_probe(struct sock *sk) in tcp_schedule_loss_probe()
2134 static bool skb_still_in_host_queue(const struct sock *sk, in skb_still_in_host_queue()
2148 void tcp_send_loss_probe(struct sock *sk) in tcp_send_loss_probe()
2207 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames()
2225 void tcp_push_one(struct sock *sk, unsigned int mss_now) in tcp_push_one()
2286 u32 __tcp_select_window(struct sock *sk) in __tcp_select_window()
2367 static void tcp_collapse_retrans(struct sock *sk, struct sk_buff *skb) in tcp_collapse_retrans()
2413 static bool tcp_can_collapse(const struct sock *sk, const struct sk_buff *skb) in tcp_can_collapse()
2434 static void tcp_retrans_try_collapse(struct sock *sk, struct sk_buff *to, in tcp_retrans_try_collapse()
2476 int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb) in __tcp_retransmit_skb()
2567 int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb) in tcp_retransmit_skb()
2604 static bool tcp_can_forward_retransmit(struct sock *sk) in tcp_can_forward_retransmit()
2639 void tcp_xmit_retransmit_queue(struct sock *sk) in tcp_xmit_retransmit_queue()
2738 static void sk_forced_wmem_schedule(struct sock *sk, int size) in sk_forced_wmem_schedule()
2752 void tcp_send_fin(struct sock *sk) in tcp_send_fin()
2799 void tcp_send_active_reset(struct sock *sk, gfp_t priority) in tcp_send_active_reset()
2828 int tcp_send_synack(struct sock *sk) in tcp_send_synack()
2866 struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst, in tcp_make_synack()
2940 static void tcp_connect_init(struct sock *sk) in tcp_connect_init()
3009 static void tcp_connect_queue_skb(struct sock *sk, struct sk_buff *skb) in tcp_connect_queue_skb()
3030 static int tcp_send_syn_data(struct sock *sk, struct sk_buff *syn) in tcp_send_syn_data()
3115 int tcp_connect(struct sock *sk) in tcp_connect()
3164 void tcp_send_delayed_ack(struct sock *sk) in tcp_send_delayed_ack()
3220 void tcp_send_ack(struct sock *sk) in tcp_send_ack()
3264 static int tcp_xmit_probe_skb(struct sock *sk, int urgent) in tcp_xmit_probe_skb()
3285 void tcp_send_window_probe(struct sock *sk) in tcp_send_window_probe()
3294 int tcp_write_wakeup(struct sock *sk) in tcp_write_wakeup()
3339 void tcp_send_probe0(struct sock *sk) in tcp_send_probe0()
3376 int tcp_rtx_synack(struct sock *sk, struct request_sock *req) in tcp_rtx_synack()