Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_sock.h209 struct inet_sock { struct
211 struct sock sk;
223 __s16 uc_ttl;
228 __u8 tos;
229 __u8 min_ttl;
230 __u8 mc_ttl;
231 __u8 pmtudisc;
232 __u8 rcv_tos;
234 int uc_index;
235 int mc_index;
[all …]
/linux/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/net/ipv4/
H A Dping.c493 struct inet_sock *inet_sock; in ping_err() local