qrtr_local_enqueue  131 net/qrtr/qrtr.c static int qrtr_local_enqueue(struct qrtr_node *node, struct sk_buff *skb,
qrtr_local_enqueue  467 net/qrtr/qrtr.c 		qrtr_local_enqueue(NULL, skb, QRTR_TYPE_BYE, &src, &dst);
qrtr_local_enqueue  714 net/qrtr/qrtr.c 	qrtr_local_enqueue(NULL, skb, type, from, to);
qrtr_local_enqueue  773 net/qrtr/qrtr.c 		enqueue_fn = qrtr_local_enqueue;