Home
last modified time | relevance | path

Searched defs:inet_sk (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c93 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() function
/openbmc/linux/include/net/
H A Dinet_sock.h335 #define inet_sk(ptr) container_of_const(ptr, struct inet_sock, sk) macro