Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nfc/
H A Dnetlink.c1144 struct hlist_head sdreq_list; in nfc_genl_llc_sdreq() local
1170 INIT_HLIST_HEAD(&sdreq_list); in nfc_genl_llc_sdreq()
1205 hlist_add_head(&sdreq->node, &sdreq_list); in nfc_genl_llc_sdreq()
1208 if (hlist_empty(&sdreq_list)) { in nfc_genl_llc_sdreq()
1213 rc = nfc_llcp_send_snl_sdreq(local, &sdreq_list, tlvs_len); in nfc_genl_llc_sdreq()
/kernel/linux/linux-6.6/net/nfc/
H A Dnetlink.c1144 struct hlist_head sdreq_list; in nfc_genl_llc_sdreq() local
1170 INIT_HLIST_HEAD(&sdreq_list); in nfc_genl_llc_sdreq()
1205 hlist_add_head(&sdreq->node, &sdreq_list); in nfc_genl_llc_sdreq()
1208 if (hlist_empty(&sdreq_list)) { in nfc_genl_llc_sdreq()
1213 rc = nfc_llcp_send_snl_sdreq(local, &sdreq_list, tlvs_len); in nfc_genl_llc_sdreq()

Completed in 5 milliseconds