Home
last modified time | relevance | path

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

/linux/include/linux/
H 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()
/linux/Documentation/networking/
H A Dj1939.rst1048 sockptr, when there is insufficient data from user space, or when the buffer
/linux/
H A DMAINTAINERS18640 F: include/linux/sockptr.h