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.h210 struct inet_sock { struct
212 struct sock sk;
214 struct ipv6_pinfo *pinet6;
222 unsigned long inet_flags;
223 __be32 inet_saddr;
224 __s16 uc_ttl;
225 __be16 inet_sport;
226 struct ip_options_rcu __rcu *inet_opt;
227 atomic_t inet_id;
229 __u8 tos;
[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