tcp_sk
#define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk)
#undef tcp_sk
#define tcp_sk(ptr) ({ \
static inline struct tcp_sock *tcp_sk(const struct sock *sk)