Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:compat_cmsghdr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/
H
A
D
compat.c
110
((void __user *)((char __user *)(cmsg) + sizeof(struct
compat_cmsghdr
)))
112
(sizeof(struct
compat_cmsghdr
) + CMSG_COMPAT_ALIGN(len))
114
(sizeof(struct
compat_cmsghdr
) + (len))
117
(((msg)->msg_controllen) >= sizeof(struct
compat_cmsghdr
) ? \
118
(struct
compat_cmsghdr
__user *)((msg)->msg_control) : \
119
(struct
compat_cmsghdr
__user *)NULL)
122
((ucmlen) >= sizeof(struct
compat_cmsghdr
) && \
127
static inline struct
compat_cmsghdr
__user *cmsg_compat_nxthdr(struct msghdr *msg,
in cmsg_compat_nxthdr()
128
struct
compat_cmsghdr
__user *cmsg, int cmsg_len)
in cmsg_compat_nxthdr()
134
return (struct
compat_cmsghdr
__use
in cmsg_compat_nxthdr()
[all...]
/kernel/linux/linux-6.6/net/
H
A
D
compat.c
108
((void __user *)((char __user *)(cmsg) + sizeof(struct
compat_cmsghdr
)))
110
(sizeof(struct
compat_cmsghdr
) + CMSG_COMPAT_ALIGN(len))
112
(sizeof(struct
compat_cmsghdr
) + (len))
115
(((msg)->msg_controllen) >= sizeof(struct
compat_cmsghdr
) ? \
116
(struct
compat_cmsghdr
__user *)((msg)->msg_control_user) : \
117
(struct
compat_cmsghdr
__user *)NULL)
120
((ucmlen) >= sizeof(struct
compat_cmsghdr
) && \
125
static inline struct
compat_cmsghdr
__user *cmsg_compat_nxthdr(struct msghdr *msg,
in cmsg_compat_nxthdr()
126
struct
compat_cmsghdr
__user *cmsg, int cmsg_len)
in cmsg_compat_nxthdr()
132
return (struct
compat_cmsghdr
__use
in cmsg_compat_nxthdr()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
compat.h
27
struct
compat_cmsghdr
{
struct
/kernel/linux/linux-6.6/include/net/
H
A
D
compat.h
25
struct
compat_cmsghdr
{
struct
H
A
D
scm.h
133
len = sizeof(struct
compat_cmsghdr
) + sizeof(int);
in scm_pidfd_recv()
Completed in 4 milliseconds