Searched defs:tcp_sk (Results 1 – 9 of 9) sorted by relevance
27 struct tcp_sock *tcp_sk; in set_cookie() local56 struct tcp_sock *tcp_sk; in update_cookie_sockops() local
29 struct bpf_tcp_sock *tcp_sk; in _sockops() local
79 struct tcp6_sock *tcp_sk; in iter_tcp6_server() local
153 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
28 struct bpf_tcp_sock *tcp_sk; in _sockops() local
94 struct sock *tcp_sk; member
2603 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_fastclose() local3016 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_send_data_fin() local
367 #define tcp_sk(ptr) ({ \ macro
528 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro