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:xdp_router_ipv4
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
Makefile
33
tprogs-y +=
xdp_router_ipv4
100
xdp_router_ipv4
-objs := xdp_router_ipv4_user.o $(XDP_SAMPLE)
300
$(obj)/xdp_router_ipv4_user.o: $(obj)/
xdp_router_ipv4
.skel.h
352
$(obj)/
xdp_router_ipv4
.bpf.o: $(obj)/xdp_sample.bpf.o
362
LINKED_SKELS :=
xdp_router_ipv4
.skel.h
365
xdp_router_ipv4
.skel.h-deps :=
xdp_router_ipv4
.bpf.o xdp_sample.bpf.o
H
A
D
xdp_router_ipv4_user.c
29
#include "
xdp_router_ipv4
.skel.h"
33
"Usage:
xdp_router_ipv4
<IFNAME-0> ... <IFNAME-N>\n";
47
DEFINE_SAMPLE_INIT(
xdp_router_ipv4
);
variable
554
struct
xdp_router_ipv4
*skel;
in main()
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
Makefile
33
tprogs-y +=
xdp_router_ipv4
89
xdp_router_ipv4
-objs := xdp_router_ipv4_user.o
Completed in 3 milliseconds