Searched refs:sockptr (Results 1 – 1 of 1) sorted by relevance
22 static inline bool sockptr_is_kernel(sockptr_t sockptr) in sockptr_is_kernel() argument24 return sockptr.is_kernel; in sockptr_is_kernel()37 static inline bool sockptr_is_null(sockptr_t sockptr) in sockptr_is_null() argument39 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