Home
last modified time | relevance | path

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

/Linux-v5.10/net/can/j1939/
Dsocket.c56 struct j1939_sock *jsk = j1939_sk(sk); in j1939_sock_pending_add()
63 struct j1939_sock *jsk = j1939_sk(sk); in j1939_sock_pending_get()
70 struct j1939_sock *jsk = j1939_sk(sk); in j1939_sock_pending_del()
77 static void j1939_jsk_add(struct j1939_priv *priv, struct j1939_sock *jsk) in j1939_jsk_add()
87 static void j1939_jsk_del(struct j1939_priv *priv, struct j1939_sock *jsk) in j1939_jsk_del()
99 struct j1939_sock *jsk = j1939_sk(session->sk); in j1939_sk_queue_session()
113 j1939_session *j1939_sk_get_incomplete_session(struct j1939_sock *jsk) in j1939_sk_get_incomplete_session()
133 struct j1939_sock *jsk, int err) in j1939_sk_queue_drop_all()
150 struct j1939_sock *jsk; in j1939_sk_queue_activate_next_locked()
196 struct j1939_sock *jsk; in j1939_sk_queue_activate_next()
[all …]
Dj1939-priv.h287 struct j1939_sock { struct
316 static inline struct j1939_sock *j1939_sk(const struct sock *sk) in j1939_sk() argument
318 return container_of(sk, struct j1939_sock, sk); in j1939_sk()