Lines Matching defs:skb
784 static inline u32 tcp_skb_timestamp(const struct sk_buff *skb) in tcp_skb_timestamp()
790 static inline u64 tcp_skb_timestamp_us(const struct sk_buff *skb) in tcp_skb_timestamp_us()
878 static inline void bpf_compute_data_end_sk_skb(struct sk_buff *skb) in bpf_compute_data_end_sk_skb()
883 static inline bool tcp_skb_bpf_ingress(const struct sk_buff *skb) in tcp_skb_bpf_ingress()
888 static inline struct sock *tcp_skb_bpf_redirect_fetch(struct sk_buff *skb) in tcp_skb_bpf_redirect_fetch()
893 static inline void tcp_skb_bpf_redirect_clear(struct sk_buff *skb) in tcp_skb_bpf_redirect_clear()
902 static inline int tcp_v6_iif(const struct sk_buff *skb) in tcp_v6_iif()
907 static inline int tcp_v6_iif_l3_slave(const struct sk_buff *skb) in tcp_v6_iif_l3_slave()
915 static inline int tcp_v6_sdif(const struct sk_buff *skb) in tcp_v6_sdif()
925 static inline bool inet_exact_dif_match(struct net *net, struct sk_buff *skb) in inet_exact_dif_match()
936 static inline int tcp_v4_sdif(struct sk_buff *skb) in tcp_v4_sdif()
948 static inline int tcp_skb_pcount(const struct sk_buff *skb) in tcp_skb_pcount()
953 static inline void tcp_skb_pcount_set(struct sk_buff *skb, int segs) in tcp_skb_pcount_set()
958 static inline void tcp_skb_pcount_add(struct sk_buff *skb, int segs) in tcp_skb_pcount_add()
964 static inline int tcp_skb_mss(const struct sk_buff *skb) in tcp_skb_mss()
969 static inline bool tcp_skb_can_collapse_to(const struct sk_buff *skb) in tcp_skb_can_collapse_to()
1275 const struct sk_buff *skb) in tcp_pacing_delay()
1288 const struct sk_buff *skb) in tcp_reset_xmit_timer()
1341 static inline bool tcp_checksum_complete(struct sk_buff *skb) in tcp_checksum_complete()
1713 static inline void tcp_skb_tsorted_anchor_cleanup(struct sk_buff *skb) in tcp_skb_tsorted_anchor_cleanup()
1719 #define tcp_skb_tsorted_save(skb) { \ argument
1723 #define tcp_skb_tsorted_restore(skb) \ argument
1749 #define tcp_for_write_queue_from_safe(skb, tmp, sk) \ argument
1758 const struct sk_buff *skb) in tcp_skb_is_last()
1778 static inline void tcp_add_write_queue_tail(struct sock *sk, struct sk_buff *skb) in tcp_add_write_queue_tail()
1789 struct sk_buff *skb, in tcp_insert_write_queue_before()
1795 static inline void tcp_unlink_write_queue(struct sk_buff *skb, struct sock *sk) in tcp_unlink_write_queue()
1803 static inline void tcp_rtx_queue_unlink(struct sk_buff *skb, struct sock *sk) in tcp_rtx_queue_unlink()
1809 static inline void tcp_rtx_queue_unlink_and_free(struct sk_buff *skb, struct sock *sk) in tcp_rtx_queue_unlink_and_free()
1840 static inline void tcp_advance_highest_sack(struct sock *sk, struct sk_buff *skb) in tcp_advance_highest_sack()
1992 const struct sock *sk, struct sk_buff *skb, in cookie_init_sequence()
2001 const struct sock *sk, struct sk_buff *skb, in cookie_init_sequence()
2027 const struct sk_buff *skb = tcp_rtx_queue_head(sk); in tcp_rto_delta_us() local
2038 struct sk_buff *skb) in tcp_v4_save_options()
2060 static inline bool skb_is_tcp_pure_ack(const struct sk_buff *skb) in skb_is_tcp_pure_ack()
2065 static inline void skb_set_tcp_pure_ack(struct sk_buff *skb) in skb_set_tcp_pure_ack()
2096 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_segs_in()
2279 static inline void tcp_add_tx_delay(struct sk_buff *skb, in tcp_add_tx_delay()