Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_sock.h177 struct inet_sock { struct
179 struct sock sk;
181 struct ipv6_pinfo *pinet6;
189 __be32 inet_saddr;
190 __s16 uc_ttl;
191 __u16 cmsg_flags;
192 __be16 inet_sport;
193 __u16 inet_id;
195 struct ip_options_rcu __rcu *inet_opt;
196 int rx_dst_ifindex;
[all …]
/Linux-v4.19/tools/testing/selftests/bpf/
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-v4.19/net/ipv4/
Dping.c485 struct inet_sock *inet_sock; in ping_err() local