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_ANC
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/net/
H
A
D
bpf_jit_comp.c
222
case
BPF_ANC
| SKF_AD_ALU_XOR_X:
in bpf_jit_build_body()
335
case
BPF_ANC
| SKF_AD_PROTOCOL: /* A = ntohs(skb->protocol); */
in bpf_jit_build_body()
341
case
BPF_ANC
| SKF_AD_IFINDEX:
in bpf_jit_build_body()
342
case
BPF_ANC
| SKF_AD_HATYPE:
in bpf_jit_build_body()
358
if (code == (
BPF_ANC
| SKF_AD_IFINDEX)) {
in bpf_jit_build_body()
367
case
BPF_ANC
| SKF_AD_MARK:
in bpf_jit_build_body()
372
case
BPF_ANC
| SKF_AD_RXHASH:
in bpf_jit_build_body()
377
case
BPF_ANC
| SKF_AD_VLAN_TAG:
in bpf_jit_build_body()
383
case
BPF_ANC
| SKF_AD_VLAN_TAG_PRESENT:
in bpf_jit_build_body()
390
case
BPF_ANC
| SKF_AD_QUEU
in bpf_jit_build_body()
[all...]
/kernel/linux/linux-5.10/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
423
case
BPF_ANC
| SKF_AD_ALU_XOR_X: /* A ^= X; */
in bpf_jit_compile()
520
case
BPF_ANC
| SKF_AD_CPU:
in bpf_jit_compile()
523
case
BPF_ANC
| SKF_AD_PROTOCOL:
in bpf_jit_compile()
526
case
BPF_ANC
| SKF_AD_PKTTYPE:
in bpf_jit_compile()
531
case
BPF_ANC
| SKF_AD_IFINDEX:
in bpf_jit_compile()
538
case
BPF_ANC
| SKF_AD_MARK:
in bpf_jit_compile()
541
case
BPF_ANC
| SKF_AD_QUEUE:
in bpf_jit_compile()
544
case
BPF_ANC
| SKF_AD_HATYPE:
in bpf_jit_compile()
551
case
BPF_ANC
| SKF_AD_RXHASH:
in bpf_jit_compile()
554
case
BPF_ANC
| SKF_AD_VLAN_TA
in bpf_jit_compile()
[all...]
/kernel/linux/linux-6.6/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
423
case
BPF_ANC
| SKF_AD_ALU_XOR_X: /* A ^= X; */
in bpf_jit_compile()
520
case
BPF_ANC
| SKF_AD_CPU:
in bpf_jit_compile()
523
case
BPF_ANC
| SKF_AD_PROTOCOL:
in bpf_jit_compile()
526
case
BPF_ANC
| SKF_AD_PKTTYPE:
in bpf_jit_compile()
531
case
BPF_ANC
| SKF_AD_IFINDEX:
in bpf_jit_compile()
538
case
BPF_ANC
| SKF_AD_MARK:
in bpf_jit_compile()
541
case
BPF_ANC
| SKF_AD_QUEUE:
in bpf_jit_compile()
544
case
BPF_ANC
| SKF_AD_HATYPE:
in bpf_jit_compile()
551
case
BPF_ANC
| SKF_AD_RXHASH:
in bpf_jit_compile()
554
case
BPF_ANC
| SKF_AD_VLAN_TA
in bpf_jit_compile()
[all...]
/kernel/linux/linux-5.10/arch/mips/net/
H
A
D
bpf_jit.c
901
case
BPF_ANC
| SKF_AD_ALU_XOR_X:
in build_body()
1117
case
BPF_ANC
| SKF_AD_PROTOCOL:
in build_body()
1142
case
BPF_ANC
| SKF_AD_CPU:
in build_body()
1151
case
BPF_ANC
| SKF_AD_IFINDEX:
in build_body()
1153
case
BPF_ANC
| SKF_AD_HATYPE:
in build_body()
1165
if (code == (
BPF_ANC
| SKF_AD_IFINDEX)) {
in build_body()
1169
} else { /* (code == (
BPF_ANC
| SKF_AD_HATYPE) */
in build_body()
1175
case
BPF_ANC
| SKF_AD_MARK:
in build_body()
1181
case
BPF_ANC
| SKF_AD_RXHASH:
in build_body()
1187
case
BPF_ANC
| SKF_AD_VLAN_TA
in build_body()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
filter.h
1180
#define
BPF_ANC
BIT(15)
macro
1203
BUG_ON(ftest->code &
BPF_ANC
);
in bpf_anc_helper()
1210
return
BPF_ANC
| SKF_AD_##CODE
in bpf_anc_helper()
/kernel/linux/linux-6.6/include/linux/
H
A
D
filter.h
1219
#define
BPF_ANC
BIT(15)
macro
1242
BUG_ON(ftest->code &
BPF_ANC
);
in bpf_anc_helper()
1249
return
BPF_ANC
| SKF_AD_##CODE
in bpf_anc_helper()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
1117
if (bpf_anc_helper(ftest) &
BPF_ANC
)
in bpf_check_classic()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
1117
if (bpf_anc_helper(ftest) &
BPF_ANC
)
in bpf_check_classic()
Completed in 32 milliseconds