Searched defs:tcp_sk (Results 1 – 11 of 11) sorted by relevance
27 struct tcp_sock *tcp_sk; in set_cookie() local56 struct tcp_sock *tcp_sk; in update_cookie_sockops() local
10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
26 struct bpf_tcp_sock *tcp_sk; in _sockops() local
13 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
14 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
79 struct tcp6_sock *tcp_sk; in iter_tcp6_server() local
28 struct bpf_tcp_sock *tcp_sk; in _sockops() local
94 struct sock *tcp_sk; member
101 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
2566 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_fastclose() local2975 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_send_data_fin() local
485 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro