Home
last modified time | relevance | path

Searched refs:tcp_sock (Results 1 – 9 of 9) sorted by relevance

/include/net/
Dtcp.h394 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 …]
Dmptcp.h148 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
/include/linux/
Dtcp.h178 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()
Dbtf_ids.h235 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP, tcp_sock) \
Dipv6.h322 struct tcp_sock tcp;
/include/trace/events/
Dmptcp.h39 if (subflow->tcp_sock && sk_fullsock(subflow->tcp_sock))
40 __entry->free = sk_stream_memory_free(subflow->tcp_sock);
Dtcp.h266 const struct tcp_sock *tp = tcp_sk(sk);
/include/trace/hooks/
Dogki_honor.h18 struct tcp_sock;
72 TP_PROTO(struct tcp_sock *tp, u32 sample, int win_dep), TP_ARGS(tp, sample, win_dep));
/include/uapi/linux/
Dbpf.h5778 FN(tcp_sock, 96, ##ctx) \