Home
last modified time | relevance | path

Searched refs:j1939_sock (Results 1 – 1 of 1) sorted by relevance

/linux/net/can/j1939/
H A Dj1939-priv.h292 struct j1939_sock { struct
322 static inline struct j1939_sock *j1939_sk(const struct sock *sk) in j1939_sk() argument
324 return container_of(sk, struct j1939_sock, sk); in j1939_sk()