Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsockptr.h22 static inline bool sockptr_is_kernel(sockptr_t sockptr) in sockptr_is_kernel() argument
24 return sockptr.is_kernel; in sockptr_is_kernel()
37 static inline bool sockptr_is_null(sockptr_t sockptr) in sockptr_is_null() argument
39 if (sockptr_is_kernel(sockptr)) in sockptr_is_null()
40 return !sockptr.kernel; in sockptr_is_null()
41 return !sockptr.user; in sockptr_is_null()

Completed in 4 milliseconds