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_result
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
H
A
D
netsec.c
961
u32
xdp_result
= NETSEC_XDP_PASS;
in netsec_process_rx()
local
1015
xdp_result
= netsec_run_xdp(priv, xdp_prog, &xdp);
in netsec_process_rx()
1016
if (
xdp_result
!= NETSEC_XDP_PASS) {
in netsec_process_rx()
1017
xdp_act |=
xdp_result
;
in netsec_process_rx()
1018
if (
xdp_result
== NETSEC_XDP_TX)
in netsec_process_rx()
1050
if (skb ||
xdp_result
) {
in netsec_process_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/
H
A
D
netsec.c
973
u32
xdp_result
= NETSEC_XDP_PASS;
in netsec_process_rx()
local
1025
xdp_result
= netsec_run_xdp(priv, xdp_prog, &xdp);
in netsec_process_rx()
1026
if (
xdp_result
!= NETSEC_XDP_PASS) {
in netsec_process_rx()
1027
xdp_act |=
xdp_result
;
in netsec_process_rx()
1028
if (
xdp_result
== NETSEC_XDP_TX)
in netsec_process_rx()
1060
if (skb ||
xdp_result
) {
in netsec_process_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
fec_main.c
1646
u32 ret,
xdp_result
= FEC_ENET_XDP_PASS;
in fec_enet_rx_queue()
local
1728
xdp_result
|= ret;
in fec_enet_rx_queue()
1834
if (
xdp_result
& FEC_ENET_XDP_REDIR)
in fec_enet_rx_queue()
Completed in 21 milliseconds