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:NETLINK_F_EXT_ACK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/
H
A
D
af_netlink.h
17
#define
NETLINK_F_EXT_ACK
0x40
macro
H
A
D
af_netlink.c
1725
nlk->flags |=
NETLINK_F_EXT_ACK
;
in netlink_setsockopt()
1727
nlk->flags &= ~
NETLINK_F_EXT_ACK
;
in netlink_setsockopt()
1794
flag =
NETLINK_F_EXT_ACK
;
in netlink_getsockopt()
2199
if (extack->_msg && nlk->flags &
NETLINK_F_EXT_ACK
) {
in netlink_dump_done()
2409
bool nlk_has_extack = nlk->flags &
NETLINK_F_EXT_ACK
;
in netlink_ack()
/kernel/linux/linux-6.6/net/netlink/
H
A
D
af_netlink.h
18
NETLINK_F_EXT_ACK
,
enumerator
H
A
D
af_netlink.c
1724
nr =
NETLINK_F_EXT_ACK
;
in netlink_setsockopt()
1788
flag =
NETLINK_F_EXT_ACK
;
in netlink_getsockopt()
2192
if (extack->_msg && test_bit(
NETLINK_F_EXT_ACK
, &nlk->flags)) {
in netlink_dump_done()
2401
if (!extack || !test_bit(
NETLINK_F_EXT_ACK
, &nlk->flags))
in netlink_ack_tlv_len()
Completed in 8 milliseconds