Home
last modified time | relevance | path

Searched refs:qrtr_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/qrtr/
H A Daf_qrtr.c884 __le32 qrtr_type = cpu_to_le32(QRTR_TYPE_DATA); in qrtr_sendmsg() local
967 skb_copy_bits(skb, 0, &qrtr_type, 4); in qrtr_sendmsg()
970 type = le32_to_cpu(qrtr_type); in qrtr_sendmsg()
/kernel/linux/linux-6.6/net/qrtr/
H A Daf_qrtr.c905 __le32 qrtr_type = cpu_to_le32(QRTR_TYPE_DATA); in qrtr_sendmsg() local
988 skb_copy_bits(skb, 0, &qrtr_type, 4); in qrtr_sendmsg()
991 type = le32_to_cpu(qrtr_type); in qrtr_sendmsg()

Completed in 4 milliseconds