Home
last modified time | relevance | path

Searched defs:qrtr_node (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/qrtr/
H A Daf_qrtr.c126 struct qrtr_node { struct
127 struct mutex ep_lock;
128 struct qrtr_endpoint *ep;
129 struct kref ref;
130 unsigned int nid;
154 static int qrtr_local_enqueue(struct qrtr_node *node, struct sk_buff *skb, argument
H A Dns.c67 struct qrtr_node { struct
72 static struct qrtr_node *node_get(unsigned int node_id) in node_get() argument