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_prog
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/
H
A
D
veth.c
75
struct bpf_prog *
_xdp_prog
;
member
1207
rcu_assign_pointer(priv->rq[i].xdp_prog, priv->
_xdp_prog
);
in veth_enable_xdp()
1263
if (priv->
_xdp_prog
) {
in veth_disable_range_safe()
1279
if (priv->
_xdp_prog
) {
in veth_enable_range_safe()
1311
if (priv_peer->
_xdp_prog
|| veth_gro_requested(peer))
in veth_set_xdp_features()
1336
if (priv->
_xdp_prog
&& peer && ch->rx_count < peer->real_num_tx_queues)
in veth_set_channels()
1339
if (peer && peer_priv && peer_priv->
_xdp_prog
&& ch->tx_count > peer->real_num_rx_queues)
in veth_set_channels()
1409
if (priv->
_xdp_prog
) {
in veth_open()
1438
if (priv->
_xdp_prog
)
in veth_close()
1525
if (peer_priv->
_xdp_prog
)
in veth_fix_features()
[all...]
/kernel/linux/linux-5.10/drivers/net/
H
A
D
veth.c
71
struct bpf_prog *
_xdp_prog
;
member
950
rcu_assign_pointer(priv->rq[i].xdp_prog, priv->
_xdp_prog
);
in veth_enable_xdp()
987
if (priv->
_xdp_prog
) {
in veth_open()
1010
if (priv->
_xdp_prog
)
in veth_close()
1107
if (peer_priv->
_xdp_prog
)
in veth_fix_features()
1146
old_prog = priv->
_xdp_prog
;
in veth_xdp_set()
1147
priv->
_xdp_prog
= prog;
in veth_xdp_set()
1204
priv->
_xdp_prog
= old_prog;
in veth_xdp_set()
Completed in 5 milliseconds