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:IP_CMSG_PKTINFO
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_sock.h
274
#define
IP_CMSG_PKTINFO
BIT(INET_FLAGS_PKTINFO)
macro
284
#define IP_CMSG_ALL (
IP_CMSG_PKTINFO
| IP_CMSG_TTL | \
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_sockglue.c
178
if (flags &
IP_CMSG_PKTINFO
) {
in ip_cmsg_recv_offset()
181
flags &= ~
IP_CMSG_PKTINFO
;
in ip_cmsg_recv_offset()
637
inet_sk(sk)->cmsg_flags |=
IP_CMSG_PKTINFO
;
in ip_sock_set_pktinfo()
990
inet->cmsg_flags |=
IP_CMSG_PKTINFO
;
in do_ip_setsockopt()
992
inet->cmsg_flags &= ~
IP_CMSG_PKTINFO
;
in do_ip_setsockopt()
1386
* To support
IP_CMSG_PKTINFO
option, we store rt_iif and specific
1393
bool prepare = (inet_sk(sk)->cmsg_flags &
IP_CMSG_PKTINFO
) ||
in ipv4_pktinfo_prepare()
1574
val = (inet->cmsg_flags &
IP_CMSG_PKTINFO
) != 0;
in do_ip_getsockopt()
1706
if (inet->cmsg_flags &
IP_CMSG_PKTINFO
) {
in do_ip_getsockopt()
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_sock.h
259
#define
IP_CMSG_PKTINFO
BIT(0)
macro
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_sockglue.c
180
if (flags &
IP_CMSG_PKTINFO
) {
in ip_cmsg_recv_offset()
183
flags &= ~
IP_CMSG_PKTINFO
;
in ip_cmsg_recv_offset()
1374
* To support
IP_CMSG_PKTINFO
option, we store rt_iif and specific
Completed in 6 milliseconds