Home
last modified time | relevance | path

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

/include/net/
Dtcp.h386 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 …]
Dmptcp.h123 void mptcp_write_options(__be32 *ptr, const struct tcp_sock *tp,
/include/linux/
Dtcp.h146 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()
Dbtf_ids.h174 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP, tcp_sock) \
Dipv6.h325 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/uapi/linux/
Dbpf.h5007 FN(tcp_sock), \