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:nf_link_info
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
net.c
761
struct bpf_link_info *
nf_link_info
= NULL;
in show_link_netfilter()
local
809
expand = realloc(
nf_link_info
, nf_link_len * sizeof(info));
in show_link_netfilter()
815
nf_link_info
= expand;
in show_link_netfilter()
818
nf_link_info
[nf_link_count] = info;
in show_link_netfilter()
822
qsort(
nf_link_info
, nf_link_count, sizeof(*
nf_link_info
), netfilter_link_compar);
in show_link_netfilter()
827
netfilter_dump_json(&
nf_link_info
[id], json_wtr);
in show_link_netfilter()
829
netfilter_dump_plain(&
nf_link_info
[id]);
in show_link_netfilter()
831
NET_DUMP_UINT("id", " prog_id %u",
nf_link_info
[id].prog_id);
in show_link_netfilter()
835
free(
nf_link_info
);
in show_link_netfilter()
[all...]
Completed in 1 milliseconds