Searched refs:lock_sock_nested (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/net/bluetooth/rfcomm/ |
H A D | sock.c | 476 lock_sock_nested(sk, SINGLE_DEPTH_NESTING); rfcomm_sock_accept() 513 lock_sock_nested(sk, SINGLE_DEPTH_NESTING); rfcomm_sock_accept()
|
/linux-4.1.27/net/nfc/ |
H A D | llcp_sock.c | 452 lock_sock_nested(sk, SINGLE_DEPTH_NESTING); llcp_sock_accept() 478 lock_sock_nested(sk, SINGLE_DEPTH_NESTING); llcp_sock_accept()
|
/linux-4.1.27/crypto/ |
H A D | algif_hash.c | 255 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); hash_check_key()
|
H A D | algif_skcipher.c | 776 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); skcipher_check_key()
|
/linux-4.1.27/net/bluetooth/ |
H A D | l2cap_sock.c | 310 lock_sock_nested(sk, L2CAP_NESTING_PARENT); l2cap_sock_accept() 342 lock_sock_nested(sk, L2CAP_NESTING_PARENT); l2cap_sock_accept() 1269 lock_sock_nested(sk, atomic_read(&chan->nesting)); l2cap_sock_teardown_cb()
|
/linux-4.1.27/net/iucv/ |
H A D | af_iucv.c | 938 lock_sock_nested(sk, SINGLE_DEPTH_NESTING); iucv_sock_accept() 958 lock_sock_nested(sk, SINGLE_DEPTH_NESTING); iucv_sock_accept()
|
/linux-4.1.27/include/net/ |
H A D | sock.h | 1493 void lock_sock_nested(struct sock *sk, int subclass); 1497 lock_sock_nested(sk, 0); lock_sock()
|
/linux-4.1.27/net/core/ |
H A D | sock.c | 2365 void lock_sock_nested(struct sock *sk, int subclass) lock_sock_nested() function 2379 EXPORT_SYMBOL(lock_sock_nested); variable
|
/linux-4.1.27/net/tipc/ |
H A D | socket.c | 2019 lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING); tipc_accept()
|
/linux-4.1.27/net/sctp/ |
H A D | socket.c | 7353 lock_sock_nested(newsk, SINGLE_DEPTH_NESTING); sctp_sock_migrate()
|
Completed in 367 milliseconds