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

/linux-4.1.27/net/nfc/
H A Drawsock.c30 static struct nfc_sock_list raw_sk_list = { variable in typeref:struct:nfc_sock_list
31 .lock = __RW_LOCK_UNLOCKED(raw_sk_list.lock)
79 nfc_sock_unlink(&raw_sk_list, sk); rawsock_release()
360 nfc_sock_link(&raw_sk_list, sk); rawsock_create()
376 read_lock(&raw_sk_list.lock); nfc_send_to_raw_sock()
378 sk_for_each(sk, &raw_sk_list.head) { nfc_send_to_raw_sock()
400 read_unlock(&raw_sk_list.lock); nfc_send_to_raw_sock()

Completed in 52 milliseconds