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:BPF_FILE
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_xdp_meta.sh
3
BPF_FILE
="test_xdp_meta.bpf.o"
46
ip netns exec ${NS1} tc filter add dev veth1 ingress bpf da obj ${
BPF_FILE
} sec t
47
ip netns exec ${NS2} tc filter add dev veth2 ingress bpf da obj ${
BPF_FILE
} sec t
49
ip netns exec ${NS1} ip link set dev veth1 xdp obj ${
BPF_FILE
} sec x
50
ip netns exec ${NS2} ip link set dev veth2 xdp obj ${
BPF_FILE
} sec x
H
A
D
test_xdp_vlan.sh
203
export
BPF_FILE
=test_xdp_vlan.bpf.o
207
ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $
BPF_FILE
section $XDP_PROG
215
prio 1 handle 1 bpf da obj $
BPF_FILE
sec tc_vlan_push
229
ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $
BPF_FILE
section $XDP_PROG
H
A
D
test_lwt_ip_encap.sh
41
BPF_FILE
="test_lwt_ip_encap.bpf.o"
377
${
BPF_FILE
} sec encap_gre dev veth1 ${VRF}
379
${
BPF_FILE
} sec encap_gre dev veth1 ${VRF}
382
${
BPF_FILE
} sec encap_gre6 dev veth1 ${VRF}
384
${
BPF_FILE
} sec encap_gre6 dev veth1 ${VRF}
435
${
BPF_FILE
} sec encap_gre dev veth2 ${VRF}
437
${
BPF_FILE
} sec encap_gre dev veth2 ${VRF}
440
${
BPF_FILE
} sec encap_gre6 dev veth2 ${VRF}
442
${
BPF_FILE
} sec encap_gre6 dev veth2 ${VRF}
H
A
D
test_flow_dissector.sh
6
BPF_FILE
="bpf_flow.bpf.o"
27
$bpftool prog loadall $
BPF_FILE
/sys/fs/bpf/flow \
100
./flow_dissector_load -p $
BPF_FILE
-s _dissect
H
A
D
test_lwt_seg6local.sh
26
BPF_FILE
="test_lwt_seg6local.bpf.o"
121
ip netns exec ${NS2} ip -6 route add fb00::6 encap bpf in obj ${
BPF_FILE
} sec encap_srh dev veth2
125
ip netns exec ${NS3} ip -6 route add fd00::1 encap seg6local action End.BPF endpoint obj ${
BPF_FILE
} sec add_egr_x dev veth4
127
ip netns exec ${NS4} ip -6 route add fd00::2 encap seg6local action End.BPF endpoint obj ${
BPF_FILE
} sec pop_egr dev veth6
132
ip netns exec ${NS5} ip -6 route add fd00::3 encap seg6local action End.BPF endpoint obj ${
BPF_FILE
} sec inspect_t dev veth8
H
A
D
test_tc_edt.sh
8
BPF_FILE
="test_tc_edt.bpf.o"
58
bpf da obj ${
BPF_FILE
} sec cls_test
H
A
D
test_tc_tunnel.sh
6
BPF_FILE
="test_tc_tunnel.bpf.o"
203
bpf direct-action object-file ${
BPF_FILE
} \
303
bpf direct-action object-file ${
BPF_FILE
} section decap
H
A
D
test_tunnel.sh
48
BPF_FILE
="test_tunnel_kern.bpf.o"
583
bpftool prog loadall ${
BPF_FILE
} ${BPF_PIN_TUNNEL_DIR}
610
bpftool prog loadall ${
BPF_FILE
} ${BPF_PIN_TUNNEL_DIR}/
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
udpgro_frglist.sh
8
BPF_FILE
="xdp_dummy.o"
41
ip -n "${PEER_NS}" link set veth1 xdp object ${
BPF_FILE
} section xdp
86
if [ ! -f ${
BPF_FILE
} ]; then
87
echo "Missing ${
BPF_FILE
}. Run 'make' first"
H
A
D
udpgro_bench.sh
8
BPF_FILE
="xdp_dummy.o"
39
ip -n "${PEER_NS}" link set veth1 xdp object ${
BPF_FILE
} section xdp
85
if [ ! -f ${
BPF_FILE
} ]; then
86
echo "Missing ${
BPF_FILE
}. Run 'make' first"
H
A
D
udpgro.sh
8
BPF_FILE
="xdp_dummy.o"
39
ip -n "${PEER_NS}" link set veth1 xdp object ${
BPF_FILE
} section xdp
200
if [ ! -f ${
BPF_FILE
} ]; then
201
echo "Missing ${
BPF_FILE
}. Run 'make' first"
H
A
D
veth.sh
4
BPF_FILE
="xdp_dummy.o"
220
if [ ! -f ${
BPF_FILE
} ]; then
221
echo "Missing ${
BPF_FILE
}. Run 'make' first"
292
ip -n $NS_DST link set dev veth$DST xdp object ${
BPF_FILE
} \
299
ip -n $NS_DST link set dev veth$DST xdp object ${
BPF_FILE
} \
315
ip -n $NS_DST link set dev veth$DST xdp object ${
BPF_FILE
} section xdp 2>/dev/null
H
A
D
udpgro_fwd.sh
6
BPF_FILE
="xdp_dummy.o"
56
ip -n $NS_DST link set veth$DST xdp object ${
BPF_FILE
} section xdp 2>/dev/null
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp2skb_meta.sh
16
BPF_FILE
=xdp2skb_meta_kern.o
131
FILE="$DIR/$
BPF_FILE
"
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
xdp2skb_meta.sh
16
BPF_FILE
=xdp2skb_meta_kern.o
131
FILE="$DIR/$
BPF_FILE
"
Completed in 5 milliseconds