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:split_ops
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
netdev-genl-gen.c
44
.
split_ops
= netdev_nl_ops,
/kernel/linux/linux-6.6/net/handshake/
H
A
D
genl.c
54
.
split_ops
= handshake_nl_ops,
/kernel/linux/linux-6.6/net/netlink/
H
A
D
genetlink.c
219
if (family->
split_ops
[i + cnt].flags & GENL_CMD_CAP_DO) {
in genl_op_from_split()
220
iter->doit = family->
split_ops
[i + cnt];
in genl_op_from_split()
228
family->
split_ops
[i + cnt].flags & GENL_CMD_CAP_DUMP) {
in genl_op_from_split()
229
iter->dumpit = family->
split_ops
[i + cnt];
in genl_op_from_split()
247
if (family->
split_ops
[i].cmd == cmd &&
in genl_get_cmd_split()
248
family->
split_ops
[i].flags & flag) {
in genl_get_cmd_split()
249
*op = family->
split_ops
[i];
in genl_get_cmd_split()
575
WARN_ON(family->n_split_ops && !family->
split_ops
))
in genl_validate_ops()
594
if (genl_split_op_check(&family->
split_ops
[0]))
in genl_validate_ops()
601
a = &family->
split_ops
[
in genl_validate_ops()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
genetlink.h
51
* @
split_ops
: the split do/dump form of operation definition
52
* @n_split_ops: number of entries in @
split_ops
, not that with split do/dump
83
const struct genl_split_ops *
split_ops
;
member
/kernel/linux/linux-6.6/net/devlink/
H
A
D
netlink.c
521
.
split_ops
= devlink_nl_ops,
Completed in 4 milliseconds