Searched refs:qrtr_endpoint (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/qrtr/ |
D | qrtr.h | 20 struct qrtr_endpoint { struct 21 int (*xmit)(struct qrtr_endpoint *ep, struct sk_buff *skb); argument 26 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid); argument 28 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep); 30 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len);
|
D | smd.c | 14 struct qrtr_endpoint ep; 40 static int qcom_smd_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_smd_qrtr_send()
|
D | mhi.c | 15 struct qrtr_endpoint ep; 48 static int qcom_mhi_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_mhi_qrtr_send()
|
D | tun.c | 13 struct qrtr_endpoint ep; 19 static int qrtr_tun_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qrtr_tun_send()
|
D | af_qrtr.c | 126 struct qrtr_endpoint *ep; 431 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len) in qrtr_endpoint_post() 576 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid) in qrtr_endpoint_register() 611 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep) in qrtr_endpoint_unregister()
|