Searched defs:inet_sock (Results 1 – 5 of 5) 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 __be16 inet_sport;224 __u16 inet_id;226 struct ip_options_rcu __rcu *inet_opt;227 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
34 struct inet_sock { struct39 struct inet_sock icsk_inet; argument
224 int inet_sock = socket(AF_INET, SOCK_DGRAM, 0); in NetContainerGetLocalIP() local
486 struct inet_sock *inet_sock; in ping_err() local