Home
last modified time | relevance | path

Searched refs:qrtr_sock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/qrtr/
H A Daf_qrtr.c87 struct qrtr_sock { struct
94 static inline struct qrtr_sock *qrtr_sk(struct sock *sk) in qrtr_sk()
96 BUILD_BUG_ON(offsetof(struct qrtr_sock, sk) != 0); in qrtr_sk()
97 return container_of(sk, struct qrtr_sock, sk); in qrtr_sk()
158 static struct qrtr_sock *qrtr_port_lookup(int port);
159 static void qrtr_port_put(struct qrtr_sock *ipc);
432 struct qrtr_sock *ipc; in qrtr_endpoint_post()
646 static struct qrtr_sock *qrtr_port_lookup(int port) in qrtr_port_lookup()
648 struct qrtr_sock *ipc; in qrtr_port_lookup()
663 static void qrtr_port_put(struct qrtr_sock *ip
[all...]
/kernel/linux/linux-6.6/net/qrtr/
H A Daf_qrtr.c89 struct qrtr_sock { struct
96 static inline struct qrtr_sock *qrtr_sk(struct sock *sk) in qrtr_sk()
98 BUILD_BUG_ON(offsetof(struct qrtr_sock, sk) != 0); in qrtr_sk()
99 return container_of(sk, struct qrtr_sock, sk); in qrtr_sk()
160 static struct qrtr_sock *qrtr_port_lookup(int port);
161 static void qrtr_port_put(struct qrtr_sock *ipc);
440 struct qrtr_sock *ipc; in qrtr_endpoint_post()
667 static struct qrtr_sock *qrtr_port_lookup(int port) in qrtr_port_lookup()
669 struct qrtr_sock *ipc; in qrtr_port_lookup()
684 static void qrtr_port_put(struct qrtr_sock *ip
[all...]

Completed in 3 milliseconds