Lines Matching defs:skb

130 static void tcp_measure_rcv_mss(struct sock *sk, const struct sk_buff *skb)  in tcp_measure_rcv_mss()
212 static void tcp_ecn_accept_cwr(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_ecn_accept_cwr()
223 static void __tcp_ecn_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in __tcp_ecn_check_ce()
253 static void tcp_ecn_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_ecn_check_ce()
338 static int __tcp_grow_window(const struct sock *sk, const struct sk_buff *skb) in __tcp_grow_window()
355 static void tcp_grow_window(struct sock *sk, const struct sk_buff *skb) in tcp_grow_window()
539 const struct sk_buff *skb) in tcp_rcv_rtt_measure_ts()
628 static void tcp_event_data_recv(struct sock *sk, struct sk_buff *skb) in tcp_event_data_recv()
867 static void tcp_verify_retransmit_hint(struct tcp_sock *tp, struct sk_buff *skb) in tcp_verify_retransmit_hint()
879 static void tcp_skb_mark_lost(struct tcp_sock *tp, struct sk_buff *skb) in tcp_skb_mark_lost()
890 struct sk_buff *skb) in tcp_skb_mark_lost_uncond_verify()
1044 struct sk_buff *skb; in tcp_mark_lost_retrans() local
1145 static int tcp_match_skb_to_sack(struct sock *sk, struct sk_buff *skb, in tcp_match_skb_to_sack()
1282 static bool tcp_shifted_skb(struct sock *sk, struct sk_buff *skb, in tcp_shifted_skb()
1366 static int tcp_skb_seglen(const struct sk_buff *skb) in tcp_skb_seglen()
1372 static int skb_can_shift(const struct sk_buff *skb) in skb_can_shift()
1380 static struct sk_buff *tcp_shift_skb_data(struct sock *sk, struct sk_buff *skb, in tcp_shift_skb_data()
1518 static struct sk_buff *tcp_sacktag_walk(struct sk_buff *skb, struct sock *sk, in tcp_sacktag_walk()
1595 static struct sk_buff *tcp_sacktag_skip(struct sk_buff *skb, struct sock *sk, in tcp_sacktag_skip()
1611 static struct sk_buff *tcp_maybe_skipping_dsack(struct sk_buff *skb, in tcp_maybe_skipping_dsack()
1646 struct sk_buff *skb; in tcp_sacktag_write_queue() local
1926 struct sk_buff *skb; in tcp_enter_loss() local
2217 struct sk_buff *skb; in tcp_mark_head_lost() local
2335 struct sk_buff *skb; in tcp_any_retrans_done() local
2382 struct sk_buff *skb; in tcp_undo_cwnd_reduction() local
2627 struct sk_buff *skb; in tcp_simple_retransmit() local
2984 struct sk_buff *skb = tcp_write_queue_head(sk); in tcp_rearm_rto() local
3018 static u32 tcp_tso_acked(struct sock *sk, struct sk_buff *skb) in tcp_tso_acked()
3038 static void tcp_ack_tstamp(struct sock *sk, struct sk_buff *skb, in tcp_ack_tstamp()
3068 struct sk_buff *skb; in tcp_clean_rtx_queue() local
3311 static int tcp_ack_update_window(struct sock *sk, const struct sk_buff *skb, u32 ack, in tcp_ack_update_window()
3353 bool tcp_oow_rate_limited(struct net *net, const struct sk_buff *skb, in tcp_oow_rate_limited()
3377 static void tcp_send_challenge_ack(struct sock *sk, const struct sk_buff *skb) in tcp_send_challenge_ack()
3465 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack()
3648 void tcp_parse_options(const struct sk_buff *skb, in tcp_parse_options()
3781 static bool tcp_fast_parse_options(const struct sk_buff *skb, in tcp_fast_parse_options()
3864 static int tcp_disordered_ack(const struct sock *sk, const struct sk_buff *skb) in tcp_disordered_ack()
3885 const struct sk_buff *skb) in tcp_paws_discard()
4066 static void tcp_send_dupack(struct sock *sk, const struct sk_buff *skb) in tcp_send_dupack()
4236 struct sk_buff *skb, *tail; in tcp_ofo_queue() local
4275 static int tcp_try_rmem_schedule(struct sock *sk, struct sk_buff *skb, in tcp_try_rmem_schedule()
4295 static void tcp_data_queue_ofo(struct sock *sk, struct sk_buff *skb) in tcp_data_queue_ofo()
4421 static int __must_check tcp_queue_rcv(struct sock *sk, struct sk_buff *skb, int hdrlen, in tcp_queue_rcv()
4440 struct sk_buff *skb; in tcp_send_rcvq() local
4488 static void tcp_data_queue(struct sock *sk, struct sk_buff *skb) in tcp_data_queue()
4605 static struct sk_buff *tcp_collapse_one(struct sock *sk, struct sk_buff *skb, in tcp_collapse_one()
4633 struct sk_buff *skb, *n; in tcp_collapse() local
4724 struct sk_buff *skb = skb_peek(&tp->out_of_order_queue); in tcp_collapse_ofo_queue() local
4995 struct sk_buff *skb = skb_peek(&sk->sk_receive_queue); in tcp_check_urg() local
5011 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg()
5036 static int tcp_copy_to_iovec(struct sock *sk, struct sk_buff *skb, int hlen) in tcp_copy_to_iovec()
5059 struct sk_buff *skb) in __tcp_checksum_complete_user()
5074 struct sk_buff *skb) in tcp_checksum_complete_user()
5083 static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb, in tcp_validate_incoming()
5180 void tcp_rcv_established(struct sock *sk, struct sk_buff *skb, in tcp_rcv_established()
5375 void tcp_finish_connect(struct sock *sk, struct sk_buff *skb) in tcp_finish_connect()
5469 static int tcp_rcv_synsent_state_process(struct sock *sk, struct sk_buff *skb, in tcp_rcv_synsent_state_process()
5697 int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb, in tcp_rcv_state_process()
5994 const struct sk_buff *skb, in tcp_ecn_create_request()
6015 struct sk_buff *skb, const struct sock *sk) in tcp_openreq_init()
6062 const struct sk_buff *skb, in tcp_syn_flood_action()
6089 struct sock *sk, struct sk_buff *skb) in tcp_conn_request()