Searched defs:inet_sock (Results 1 – 3 of 3) sorted by relevance
195 struct inet_sock { struct197 struct sock sk;199 struct ipv6_pinfo *pinet6;207 __be32 inet_saddr;208 __s16 uc_ttl;209 __u16 cmsg_flags;210 __be16 inet_sport;211 __u16 inet_id;213 struct ip_options_rcu __rcu *inet_opt;214 int rx_dst_ifindex;[all …]
81 struct inet_sock { struct93 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument
480 struct inet_sock *inet_sock; in ping_err() local