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

/linux-4.4.14/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()
361 nfc_sock_link(&raw_sk_list, sk); rawsock_create()
377 read_lock(&raw_sk_list.lock); nfc_send_to_raw_sock()
379 sk_for_each(sk, &raw_sk_list.head) { nfc_send_to_raw_sock()
401 read_unlock(&raw_sk_list.lock); nfc_send_to_raw_sock()

Completed in 74 milliseconds