Home
last modified time | relevance | path

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

/linux-6.15/net/can/j1939/
H A Dsocket.c57 struct j1939_sock *jsk = j1939_sk(sk); in j1939_sock_pending_add()
64 struct j1939_sock *jsk = j1939_sk(sk); in j1939_sock_pending_get()
71 struct j1939_sock *jsk = j1939_sk(sk); in j1939_sock_pending_del()
151 struct j1939_sock *jsk; in j1939_sk_queue_activate_next_locked()
200 struct j1939_sock *jsk; in j1939_sk_queue_activate_next()
340 struct j1939_sock *jsk; in j1939_sk_recv_match()
356 struct j1939_sock *jsk; in j1939_sk_recv()
628 struct j1939_sock *jsk; in j1939_sk_release()
988 struct j1939_sock *jsk; in __j1939_sk_errqueue()
1089 struct j1939_sock *jsk; in j1939_sk_errqueue()
[all …]
H A Dj1939-priv.h291 struct j1939_sock { struct
321 static inline struct j1939_sock *j1939_sk(const struct sock *sk) in j1939_sk() argument
323 return container_of(sk, struct j1939_sock, sk); in j1939_sk()