Home
last modified time | relevance | path

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

/Linux-v5.4/net/qrtr/
Dqrtr.c84 struct qrtr_sock { struct
91 static inline struct qrtr_sock *qrtr_sk(struct sock *sk) in qrtr_sk() argument
93 BUILD_BUG_ON(offsetof(struct qrtr_sock, sk) != 0); in qrtr_sk()
94 return container_of(sk, struct qrtr_sock, sk); in qrtr_sk()
355 static struct qrtr_sock *qrtr_port_lookup(int port);
356 static void qrtr_port_put(struct qrtr_sock *ipc);
371 struct qrtr_sock *ipc; in qrtr_node_rx_work()
479 static struct qrtr_sock *qrtr_port_lookup(int port) in qrtr_port_lookup()
481 struct qrtr_sock *ipc; in qrtr_port_lookup()
496 static void qrtr_port_put(struct qrtr_sock *ipc) in qrtr_port_put()
[all …]