Searched defs:inet_sock (Results 1 – 2 of 2) sorted by relevance
158 struct inet_sock { struct160 struct sock sk;162 struct ipv6_pinfo *pinet6;170 __be32 inet_saddr;171 __s16 uc_ttl;172 __u16 cmsg_flags;173 __be16 inet_sport;174 __u16 inet_id;176 struct ip_options_rcu __rcu *inet_opt;177 int rx_dst_ifindex;[all …]
489 struct inet_sock *inet_sock; in ping_err() local