Home
last modified time | relevance | path

Searched refs:unix_sk (Results 1 – 1 of 1) sorted by relevance

/include/net/
A Daf_unix.h57 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk) macro
58 #define unix_peer(sk) (unix_sk(sk)->peer)
60 #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock)
61 #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)

Completed in 4 milliseconds