Lines Matching defs:sk
293 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure()
317 static inline bool tcp_out_of_memory(struct sock *sk) in tcp_out_of_memory()
327 static inline bool tcp_too_many_orphans(struct sock *sk, int shift) in tcp_too_many_orphans()
379 static inline void tcp_dec_quickack_mode(struct sock *sk, in tcp_dec_quickack_mode()
500 static inline void tcp_synq_overflow(const struct sock *sk) in tcp_synq_overflow()
510 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow()
576 static inline void tcp_clear_xmit_timers(struct sock *sk) in tcp_clear_xmit_timers()
623 static inline void tcp_bound_rto(const struct sock *sk) in tcp_bound_rto()
646 static inline void tcp_fast_path_check(struct sock *sk) in tcp_fast_path_check()
658 static inline u32 tcp_rto_min(struct sock *sk) in tcp_rto_min()
668 static inline u32 tcp_rto_min_us(struct sock *sk) in tcp_rto_min_us()
911 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn()
918 static inline void tcp_set_ca_state(struct sock *sk, const u8 ca_state) in tcp_set_ca_state()
927 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event()
1014 static inline bool tcp_in_cwnd_reduction(const struct sock *sk) in tcp_in_cwnd_reduction()
1024 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh()
1080 static inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited()
1097 static inline unsigned long tcp_probe0_base(const struct sock *sk) in tcp_probe0_base()
1103 static inline unsigned long tcp_probe0_when(const struct sock *sk, in tcp_probe0_when()
1111 static inline void tcp_check_probe_timer(struct sock *sk) in tcp_check_probe_timer()
1182 static inline void tcp_slow_start_after_idle_check(struct sock *sk) in tcp_slow_start_after_idle_check()
1207 static inline int tcp_space(const struct sock *sk) in tcp_space()
1213 static inline int tcp_full_space(const struct sock *sk) in tcp_full_space()
1247 static inline int tcp_fin_time(const struct sock *sk) in tcp_fin_time()
1393 static inline struct tcp_md5sig_key *tcp_md5_do_lookup(const struct sock *sk, in tcp_md5_do_lookup()
1449 static inline void tcp_write_queue_purge(struct sock *sk) in tcp_write_queue_purge()
1459 static inline struct sk_buff *tcp_write_queue_head(const struct sock *sk) in tcp_write_queue_head()
1464 static inline struct sk_buff *tcp_write_queue_tail(const struct sock *sk) in tcp_write_queue_tail()
1469 static inline struct sk_buff *tcp_write_queue_next(const struct sock *sk, in tcp_write_queue_next()
1475 static inline struct sk_buff *tcp_write_queue_prev(const struct sock *sk, in tcp_write_queue_prev()
1481 #define tcp_for_write_queue(skb, sk) \ argument
1484 #define tcp_for_write_queue_from(skb, sk) \ argument
1487 #define tcp_for_write_queue_from_safe(skb, tmp, sk) \ argument
1490 static inline struct sk_buff *tcp_send_head(const struct sock *sk) in tcp_send_head()
1495 static inline bool tcp_skb_is_last(const struct sock *sk, in tcp_skb_is_last()
1501 static inline void tcp_advance_send_head(struct sock *sk, const struct sk_buff *skb) in tcp_advance_send_head()
1509 static inline void tcp_check_send_head(struct sock *sk, struct sk_buff *skb_unlinked) in tcp_check_send_head()
1515 static inline void tcp_init_send_head(struct sock *sk) in tcp_init_send_head()
1520 static inline void __tcp_add_write_queue_tail(struct sock *sk, struct sk_buff *skb) in __tcp_add_write_queue_tail()
1525 static inline void tcp_add_write_queue_tail(struct sock *sk, struct sk_buff *skb) in tcp_add_write_queue_tail()
1538 static inline void __tcp_add_write_queue_head(struct sock *sk, struct sk_buff *skb) in __tcp_add_write_queue_head()
1546 struct sock *sk) in tcp_insert_write_queue_after()
1554 struct sock *sk) in tcp_insert_write_queue_before()
1562 static inline void tcp_unlink_write_queue(struct sk_buff *skb, struct sock *sk) in tcp_unlink_write_queue()
1567 static inline bool tcp_write_queue_empty(struct sock *sk) in tcp_write_queue_empty()
1572 static inline void tcp_push_pending_frames(struct sock *sk) in tcp_push_pending_frames()
1596 static inline void tcp_advance_highest_sack(struct sock *sk, struct sk_buff *skb) in tcp_advance_highest_sack()
1602 static inline struct sk_buff *tcp_highest_sack(struct sock *sk) in tcp_highest_sack()
1607 static inline void tcp_highest_sack_reset(struct sock *sk) in tcp_highest_sack_reset()
1613 static inline void tcp_highest_sack_combine(struct sock *sk, in tcp_highest_sack_combine()
1673 static inline bool tcp_stream_memory_free(const struct sock *sk) in tcp_stream_memory_free()
1735 const struct sock *sk, struct sk_buff *skb, in cookie_init_sequence()
1744 const struct sock *sk, struct sk_buff *skb, in cookie_init_sequence()