Searched refs:j1939_sock (Results 1 - 2 of 2) sorted by path

/linux-master/net/can/j1939/
H A Dj1939-priv.h291 struct j1939_sock { struct
321 static inline struct j1939_sock *j1939_sk(const struct sock *sk)
323 return container_of(sk, struct j1939_sock, sk);
H A Dsocket.c57 struct j1939_sock *jsk = j1939_sk(sk);
64 struct j1939_sock *jsk = j1939_sk(sk);
71 struct j1939_sock *jsk = j1939_sk(sk);
78 static void j1939_jsk_add(struct j1939_priv *priv, struct j1939_sock *jsk)
88 static void j1939_jsk_del(struct j1939_priv *priv, struct j1939_sock *jsk)
100 struct j1939_sock *jsk = j1939_sk(session->sk);
114 j1939_session *j1939_sk_get_incomplete_session(struct j1939_sock *jsk)
134 struct j1939_sock *jsk, int err)
151 struct j1939_sock *jsk;
200 struct j1939_sock *js
[all...]

Completed in 174 milliseconds