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

/linux-4.4.14/net/nfc/
H A Dnetlink.c1102 struct hlist_head sdreq_list; nfc_genl_llc_sdreq() local
1129 INIT_HLIST_HEAD(&sdreq_list); nfc_genl_llc_sdreq()
1163 hlist_add_head(&sdreq->node, &sdreq_list); nfc_genl_llc_sdreq()
1166 if (hlist_empty(&sdreq_list)) { nfc_genl_llc_sdreq()
1171 rc = nfc_llcp_send_snl_sdreq(local, &sdreq_list, tlvs_len); nfc_genl_llc_sdreq()

Completed in 289 milliseconds