Lines Matching defs:inet_sock
139 struct inet_sock { struct
141 struct sock sk;
143 struct ipv6_pinfo *pinet6;
149 __be16 inet_dport;
150 __u16 inet_num;
151 __be32 inet_saddr;
152 __s16 uc_ttl;
153 __u16 cmsg_flags;
154 __be16 inet_sport;
155 __u16 inet_id;
179 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument