Searched defs:inet_sock (Results 1 – 4 of 4) sorted by relevance
208 struct inet_sock { struct210 struct sock sk;212 struct ipv6_pinfo *pinet6;220 __be32 inet_saddr;221 __s16 uc_ttl;222 __u16 cmsg_flags;223 struct ip_options_rcu __rcu *inet_opt;224 __be16 inet_sport;225 __u16 inet_id;227 __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
503 struct inet_sock *inet_sock; in ping_err() local