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:gro
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
gro.sh
26
ip netns exec server_ns ./
gro
"${ARGS[@]}" "--rx" "--iface" "server" \
30
ip netns exec client_ns ./
gro
"${ARGS[@]}" "--iface" "client" \
H
A
D
veth.sh
229
chk_gro_flag "default -
gro
flag" $SRC off
230
chk_gro_flag " - peer
gro
flag" $DST off
239
ip netns exec $NS_DST ethtool -K veth$DST
gro
on
240
chk_gro_flag "with
gro
on -
gro
flag" $DST on
241
chk_gro_flag " - peer
gro
flag" $SRC off
245
ip netns exec $NS_DST ethtool -K veth$DST rx-udp-
gro
-forwarding on
253
ip netns exec $NS_DST ethtool -K veth$DST
gro
on
254
chk_gro_flag "with
gro
enabled on link down -
gro
fla
[all...]
H
A
D
udpgro_fwd.sh
220
ip netns exec $NS_DST ethtool -K veth$DST rx-
gro
-list on
230
ip netns exec $NS_DST ethtool -K veth$DST rx-udp-
gro
-forwarding on
238
ip netns exec $NS_DST ethtool -K veth$DST rx-udp-
gro
-forwarding on
243
ip netns exec $NS_DST ethtool -K veth$DST rx-
gro
-list on
250
ip netns exec $NS_DST ethtool -K veth$DST rx-udp-
gro
-forwarding on
262
ip netns exec $NS_DST ethtool -K veth$DST rx-udp-
gro
-forwarding on
H
A
D
setup_veth.sh
15
ip netns exec "${ns_name}" ethtool -K "${ns_dev}"
gro
on tso off
H
A
D
Makefile
33
TEST_PROGS +=
gro
.sh
69
TEST_GEN_FILES +=
gro
H
A
D
big_tcp.sh
138
ip net exec $ROUTER_NS ethtool -K link1
gro
$gw_gro
140
ip net exec $SERVER_NS ethtool -K link3
gro
$ser_gro
H
A
D
udpgro_frglist.sh
38
ip netns exec "${PEER_NS}" ethtool -K veth1 rx-
gro
-list on
65
echo "udp gso and
gro
- over veth touching data"
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_xdp_features.sh
26
ethtool -K v1
gro
on
28
ip netns exec ${NS} ethtool -K v0
gro
on
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcpv6_offload.c
10
#include <net/
gro
.h>
H
A
D
udp_offload.c
16
#include <net/
gro
.h>
H
A
D
ip6_offload.c
18
#include <net/
gro
.h>
H
A
D
esp6_offload.c
19
#include <net/
gro
.h>
/kernel/linux/linux-6.6/net/core/
H
A
D
Makefile
15
fib_notifier.o xdp.o flow_offload.o
gro
.o \
H
A
D
gso.c
5
#include <net/
gro
.h>
H
A
D
gro.c
2
#include <net/
gro
.h>
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
gre_offload.c
13
#include <net/
gro
.h>
H
A
D
esp4_offload.c
19
#include <net/
gro
.h>
H
A
D
tcp_offload.c
11
#include <net/
gro
.h>
H
A
D
udp_offload.c
10
#include <net/
gro
.h>
576
/* mark that this skb passed once through the tunnel
gro
layer */
in udp_gro_receive()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
txrx.h
681
struct wil_net_stats *stats, bool
gro
);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
txrx.h
681
struct wil_net_stats *stats, bool
gro
);
/kernel/linux/linux-6.6/net/8021q/
H
A
D
vlan_core.c
7
#include <net/
gro
.h>
/kernel/linux/linux-6.6/net/ethernet/
H
A
D
eth.c
62
#include <net/
gro
.h>
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
vector_kern.c
176
char *
gro
= uml_vector_fetch_arg(def, "
gro
");
in get_req_size()
local
179
if (
gro
!= NULL) {
in get_req_size()
180
if (kstrtoul(
gro
, 10, &result) == 0) {
in get_req_size()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
vector_kern.c
175
char *
gro
= uml_vector_fetch_arg(def, "
gro
");
in get_req_size()
local
178
if (
gro
!= NULL) {
in get_req_size()
179
if (kstrtoul(
gro
, 10, &result) == 0) {
in get_req_size()
Completed in 16 milliseconds
1
2