Searched defs:j1939_sock (Results 1 – 1 of 1) sorted by relevance
291 struct j1939_sock { struct292 struct sock sk; /* must be first to skip with memset */293 struct j1939_priv *priv;294 struct list_head list;320 static inline struct j1939_sock *j1939_sk(const struct sock *sk) in j1939_sk() argument
Completed in 5 milliseconds