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:NLM_F_ACK
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_crypto.c
74
.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
,
in tst_crypto_add_alg()
92
.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
,
in tst_crypto_del_alg()
H
A
D
tst_rtnetlink.c
371
if (!(msg->nlmsg_flags &
NLM_F_ACK
))
in tst_rtnl_check_acks()
H
A
D
tst_netdevice.c
25
.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
| flags,
in create_request()
/third_party/musl/src/network/
H
A
D
netlink.h
17
#define
NLM_F_ACK
4
macro
/third_party/libbpf/src/
H
A
D
netlink.c
295
req.nh.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
;
in __bpf_set_link_xdp_fd_replace()
594
req.nh.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
| flags;
in tc_qdisc_modify()
753
req.nh.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
| NLM_F_CREATE |
in bpf_tc_attach()
830
req.nh.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
;
in __bpf_tc_detach()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
56
#define
NLM_F_ACK
0x04 /* Reply with ack, with zero or error code */
macro
/third_party/toybox/toys/pending/
H
A
D
ip.c
630
request.mhdr.nlmsg_flags = NLM_F_REQUEST|
NLM_F_ACK
;
in linkupdate()
971
request.mhdr.nlmsg_flags = NLM_F_REQUEST|
NLM_F_ACK
;
in link_show()
1127
req.nlm.nlmsg_flags = NLM_F_REQUEST|
NLM_F_ACK
;
in ipaddrupdate()
1725
mhdr->nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
;
in display_route_info()
1792
request.mhdr.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
;
in route_get()
1860
mhdr->nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
;
in route_get()
2024
req.hdr.nlmsg_flags =
NLM_F_ACK
| NLM_F_REQUEST | route_flags;
in route_update()
2198
request.mhdr.nlmsg_flags = NLM_F_REQUEST |
NLM_F_ACK
|
in ruleupdate()
/third_party/ltp/testcases/network/stress/route/
H
A
D
route-change-netlink.c
205
nlh->nlmsg_flags =
NLM_F_ACK
;
in rtnl_route()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1792
pub const
NLM_F_ACK
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2770
pub const
NLM_F_ACK
: ::c_int = 4;
consts
Completed in 30 milliseconds