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

/linux-master/include/linux/
H A Dsockptr.h22 static inline bool sockptr_is_kernel(sockptr_t sockptr) argument
24 return sockptr.is_kernel;
37 static inline bool sockptr_is_null(sockptr_t sockptr) argument
39 if (sockptr_is_kernel(sockptr))
40 return !sockptr.kernel;
41 return !sockptr.user;
63 * 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 Digmp.h18 #include <linux/sockptr.h>
H A Dnet.h25 #include <linux/sockptr.h>
H A Dnetfilter.h17 #include <linux/sockptr.h>
H A Dfilter.h23 #include <linux/sockptr.h>
H A Dsecurity.h34 #include <linux/sockptr.h>
/linux-master/include/net/
H A Dinet_connection_sock.h19 #include <linux/sockptr.h>
H A Dip.h26 #include <linux/sockptr.h>
H A Dxfrm.h18 #include <linux/sockptr.h>
2140 /* Translate 32-bit user_policy from sockptr */
H A Dsock.h61 #include <linux/sockptr.h>
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c23 #include <linux/sockptr.h>

Completed in 269 milliseconds