Searched defs:inet_sock (Results 1 – 4 of 4) sorted by relevance
209 struct inet_sock { struct211 struct sock sk;223 __s16 uc_ttl;228 __u8 tos;229 __u8 min_ttl;230 __u8 mc_ttl;231 __u8 pmtudisc;232 __u8 rcv_tos;234 int uc_index;235 int mc_index;[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