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:NLMSG_LENGTH
(Results
1 - 15
of
15
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
priv_netlink.h
51
#define
NLMSG_LENGTH
(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr)))
macro
52
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
53
#define NLMSG_DATA(nlh) ((void*) (((char*) nlh) +
NLMSG_LENGTH
(0)))
H
A
D
netlink.c
183
req.hdr.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in netlink_send_oper_ifla()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
priv_netlink.h
51
#define
NLMSG_LENGTH
(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr)))
macro
52
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
53
#define NLMSG_DATA(nlh) ((void*) (((char*) nlh) +
NLMSG_LENGTH
(0)))
H
A
D
netlink.c
183
req.hdr.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in netlink_send_oper_ifla()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
92
#define
NLMSG_LENGTH
(len) ((len) + NLMSG_HDRLEN)
macro
93
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
94
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/third_party/libbpf/src/
H
A
D
netlink.c
270
.nh.nlmsg_len =
NLMSG_LENGTH
(GENL_HDRLEN),
in libbpf_netlink_resolve_genl_family_id()
294
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in __bpf_set_link_xdp_fd_replace()
351
len = nlh->nlmsg_len -
NLMSG_LENGTH
(sizeof(*ifi));
in __dump_link_nlmsg()
434
.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg)),
in bpf_xdp_query()
484
req.nh.nlmsg_len =
NLMSG_LENGTH
(GENL_HDRLEN);
in bpf_xdp_query()
593
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct tcmsg));
in tc_qdisc_modify()
752
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct tcmsg));
in bpf_tc_attach()
829
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct tcmsg));
in __bpf_tc_detach()
896
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct tcmsg));
in bpf_tc_query()
/third_party/ltp/testcases/cve/
H
A
D
cve-2017-16939.c
42
xfrm_msg.nlmsg_len =
NLMSG_LENGTH
(0);
in setup()
/third_party/toybox/toys/pending/
H
A
D
ip.c
629
request.mhdr.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in linkupdate()
857
int len = h->nlmsg_len -
NLMSG_LENGTH
(sizeof(*iface));
in get_link_info()
970
request.mhdr.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in link_show()
1008
if ((len = h->nlmsg_len -
NLMSG_LENGTH
(sizeof(*ifa))) < 0) {
in print_addrinfo()
1126
req.nlm.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifaddrmsg));
in ipaddrupdate()
1404
int len1 = addr_ptr->nlmsg_len -
NLMSG_LENGTH
(sizeof(*addressInfo));
in ipaddr_print()
1576
int32_t tvar, msglen = mhdr->nlmsg_len -
NLMSG_LENGTH
(sizeof(struct rtmsg));
in display_route_info()
1711
int tvar, msglen = mhdr->nlmsg_len -
NLMSG_LENGTH
(sizeof(struct rtmsg));
in display_route_info()
1758
if (mhdr->nlmsg_len <
NLMSG_LENGTH
(sizeof(struct nlmsgerr)))
in display_route_info()
1791
request.mhdr.nlmsg_len =
NLMSG_LENGTH
(sizeo
in route_get()
[all...]
/third_party/ltp/testcases/lib/
H
A
D
tst_ns_ifmove.c
70
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in main()
H
A
D
tst_net_iface_prefix.c
61
msg.nlhdr.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifaddrmsg));
in read_iface_prefix()
/third_party/ltp/testcases/kernel/containers/share/
H
A
D
ns_ifmove.c
104
req.nh.nlmsg_len =
NLMSG_LENGTH
(sizeof(struct ifinfomsg));
in main()
/third_party/libwebsockets/lib/roles/netlink/
H
A
D
ops-netlink.c
137
len = (unsigned int)(h->nlmsg_len -
NLMSG_LENGTH
(sizeof(*ifi)));
in rops_handle_POLLIN_netlink()
565
req.hdr.nlmsg_len =
NLMSG_LENGTH
(sizeof(req.gen));
in rops_pt_init_destroy_netlink()
/third_party/ltp/testcases/kernel/connectors/pec/
H
A
D
pec_listener.c
93
nlhdr->nlmsg_len =
NLMSG_LENGTH
(sizeof(*cnmsg) + cnmsg->len);
in netlink_send()
/third_party/ltp/lib/
H
A
D
tst_rtnetlink.c
269
ctx->curmsg->nlmsg_len =
NLMSG_LENGTH
(payload_size);
in tst_rtnl_add_message()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_regression_getdelays.c
133
msg.n.nlmsg_len =
NLMSG_LENGTH
(GENL_HDRLEN);
in send_cmd()
Completed in 10 milliseconds