Home
last modified time | relevance | path

Searched defs:inet_sock (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/
H A Dinet_sock.h212 struct inet_sock { struct
214 struct sock sk;
226 __s16 uc_ttl;
231 __u8 tos;
232 __u8 min_ttl;
233 __u8 mc_ttl;
234 __u8 pmtudisc;
235 __u8 rcv_tos;
237 int uc_index;
238 int mc_index;
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c81 struct inet_sock { struct
93 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument
/linux-6.15/net/ipv4/
H A Dping.c493 struct inet_sock *inet_sock; in ping_err() local