Searched defs:inet_connection_sock (Results 1 - 1 of 1) sorted by relevance

/include/net/
H A Dinet_connection_sock.h4 * Definitions for inet_connection_sock
66 /** inet_connection_sock - INET connection oriented sock
86 struct inet_connection_sock { struct
136 static inline struct inet_connection_sock *inet_csk(const struct sock *sk)
138 return (struct inet_connection_sock *)sk;
187 struct inet_connection_sock *icsk = inet_csk(sk);
214 struct inet_connection_sock *icsk = inet_csk(sk);

Completed in 55 milliseconds