Searched refs:tcp_sock (Results 1 – 8 of 8) sorted by relevance
/include/net/ |
D | tcp.h | 386 void tcp_clear_retrans(struct tcp_sock *tp); 579 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb); 616 void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, struct sk_buff *skb); 638 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() 679 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() 684 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() 695 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on() 702 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check() 733 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt() 742 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window() [all …]
|
D | mptcp.h | 123 void mptcp_write_options(__be32 *ptr, const struct tcp_sock *tp,
|
/include/linux/ |
D | tcp.h | 146 struct tcp_sock { struct 440 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() 442 return (struct tcp_sock *)sk; in tcp_sk() 482 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() 489 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() 505 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp()
|
D | btf_ids.h | 174 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP, tcp_sock) \
|
D | ipv6.h | 325 struct tcp_sock tcp;
|
/include/trace/events/ |
D | mptcp.h | 39 if (subflow->tcp_sock && sk_fullsock(subflow->tcp_sock)) 40 __entry->free = sk_stream_memory_free(subflow->tcp_sock);
|
D | tcp.h | 266 const struct tcp_sock *tp = tcp_sk(sk);
|
/include/uapi/linux/ |
D | bpf.h | 5007 FN(tcp_sock), \
|