Searched refs:tcp_sock (Results 1 – 9 of 9) sorted by relevance
/include/net/ |
D | tcp.h | 394 void tcp_clear_retrans(struct tcp_sock *tp); 592 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb); 651 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() 695 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() 700 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() 711 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on() 718 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check() 751 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt() 760 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window() 801 static inline u32 tcp_time_stamp(const struct tcp_sock *tp) in tcp_time_stamp() [all …]
|
D | mptcp.h | 148 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
|
/include/linux/ |
D | tcp.h | 178 struct tcp_sock { struct 481 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) 486 #define tcp_sk_rw(ptr) container_of(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) 525 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() 532 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() 548 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp()
|
D | btf_ids.h | 235 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP, tcp_sock) \
|
D | ipv6.h | 322 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/trace/hooks/ |
D | ogki_honor.h | 18 struct tcp_sock; 72 TP_PROTO(struct tcp_sock *tp, u32 sample, int win_dep), TP_ARGS(tp, sample, win_dep));
|
/include/uapi/linux/ |
D | bpf.h | 5778 FN(tcp_sock, 96, ##ctx) \
|