Searched refs:gro (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/tools/testing/selftests/net/
H A Dgro.sh26 ip netns exec $server_ns ./gro "${ARGS[@]}" "--rx" "--iface" "server" \
30 ip netns exec $client_ns ./gro "${ARGS[@]}" "--iface" "client" \
H A Dsetup_veth.sh18 ip netns exec "${ns_name}" ethtool -K "${ns_dev}" gro on tso off
H A Dudpgro_fwd.sh221 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
232 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
240 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
246 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
254 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
H A Dveth.sh229 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
252 chk_gro_flag "gro vs xdp while down - gro flag off" $DST off
267 chk_gro_flag "gro v
[all...]
H A DMakefile33 TEST_PROGS += gro.sh
68 TEST_GEN_FILES += gro
H A Dudpgro_frglist.sh40 ip netns exec "${PEER_NS}" ethtool -K veth1 rx-gro-list on
66 echo "udp gso and gro - over veth touching data"
H A Dbig_tcp.sh138 ip net exec $ROUTER_NS ethtool -K link1 gro $gw_gro
140 ip net exec $SERVER_NS ethtool -K link3 gro $ser_gro
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh26 ethtool -K v1 gro on
28 ip netns exec ${NS} ethtool -K v0 gro on
/linux-master/net/ipv6/
H A Dtcpv6_offload.c10 #include <net/gro.h>
H A Dxfrm6_input.c20 #include <net/gro.h>
H A Dudp_offload.c16 #include <net/gro.h>
H A Desp6_offload.c19 #include <net/gro.h>
H A Dip6_offload.c18 #include <net/gro.h>
/linux-master/net/core/
H A DMakefile15 fib_notifier.o xdp.o flow_offload.o gro.o \
H A Dgso.c5 #include <net/gro.h>
H A Dgro.c2 #include <net/gro.h>
/linux-master/net/ipv4/
H A Dxfrm4_input.c21 #include <net/gro.h>
H A Dgre_offload.c13 #include <net/gro.h>
H A Dtcp_offload.c11 #include <net/gro.h>
H A Desp4_offload.c19 #include <net/gro.h>
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.h681 struct wil_net_stats *stats, bool gro);
/linux-master/net/8021q/
H A Dvlan_core.c7 #include <net/gro.h>
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf.h19 #include <net/gro.h>
/linux-master/net/ethernet/
H A Deth.c62 #include <net/gro.h>
/linux-master/arch/um/drivers/
H A Dvector_kern.c175 char *gro = uml_vector_fetch_arg(def, "gro"); local
178 if (gro != NULL) {
179 if (kstrtoul(gro, 10, &result) == 0) {

Completed in 204 milliseconds

12