Searched defs:inet_sock (Results 1 – 3 of 3) sorted by relevance
212 struct inet_sock { struct214 struct sock sk;216 struct ipv6_pinfo *pinet6;224 unsigned long inet_flags;225 __be32 inet_saddr;226 __s16 uc_ttl;227 __be16 inet_sport;228 struct ip_options_rcu __rcu *inet_opt;229 atomic_t inet_id;231 __u8 tos;[all …]
81 struct inet_sock { struct93 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument
493 struct inet_sock *inet_sock; in ping_err() local