Searched defs:qrtr_node (Results 1 – 2 of 2) sorted by relevance
124 struct qrtr_node { struct125 struct mutex ep_lock;126 struct qrtr_endpoint *ep;127 struct kref ref;128 unsigned int nid;152 static int qrtr_local_enqueue(struct qrtr_node *node, struct sk_buff *skb, argument
67 struct qrtr_node { struct72 static struct qrtr_node *node_get(unsigned int node_id) in node_get() argument
Completed in 9 milliseconds