Searched defs:inet_sock (Results 1 – 4 of 4) sorted by relevance
209 struct inet_sock { struct211 struct sock sk;213 struct ipv6_pinfo *pinet6;221 unsigned long inet_flags;222 __be32 inet_saddr;223 __s16 uc_ttl;224 __be16 inet_sport;225 struct ip_options_rcu __rcu *inet_opt;226 atomic_t inet_id;228 __u8 tos;[all …]
81 struct inet_sock { struct93 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument
43 struct inet_sock { struct48 struct inet_sock icsk_inet; argument
493 struct inet_sock *inet_sock; in ping_err() local