Home
last modified time | relevance | path

Searched full:sockptr (Results 1 – 16 of 16) 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()
65 * copy_safe_from_sockptr: copy a struct from sockptr
H A Dmroute.h11 #include <linux/sockptr.h>
H A Dbpfptr.h7 #include <linux/sockptr.h>
H A Dmroute6.h11 #include <linux/sockptr.h>
H A Dpci-tsm.h6 #include <linux/sockptr.h>
H A Dnetfilter.h17 #include <linux/sockptr.h>
H A Dsecurity.h34 #include <linux/sockptr.h>
/linux/include/net/
H A Dinet_connection_sock.h19 #include <linux/sockptr.h>
H A Dip.h26 #include <linux/sockptr.h>
H A Dsock.h61 #include <linux/sockptr.h>
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c20 #include <linux/sockptr.h>
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c22 #include <linux/sockptr.h>
/linux/Documentation/networking/
H A Dj1939.rst1048 sockptr, when there is insufficient data from user space, or when the buffer
/linux/net/netfilter/
H A Dx_tables.c1079 * @arg: src sockptr
/linux/net/
H A Dsocket.c2419 * Initialize a sockopt_t from sockptr optval/optlen, setting up iov_iter
/linux/
H A DMAINTAINERS18789 F: include/linux/sockptr.h