Home
last modified time | relevance | path

Searched refs:gro (Results 1 – 19 of 19) sorted by relevance

/linux/net/core/
H A Dgro.c252 static void gro_complete(struct gro_node *gro, struct sk_buff *skb) in gro_complete() argument
287 gro_normal_one(gro, skb, NAPI_GRO_CB(skb)->count); in gro_complete()
290 static void __gro_flush_chain(struct gro_node *gro, u32 index, bool flush_old) in __gro_flush_chain() argument
292 struct list_head *head = &gro->hash[index].list; in __gro_flush_chain()
299 gro_complete(gro, skb); in __gro_flush_chain()
300 gro->hash[index].count--; in __gro_flush_chain()
303 if (!gro->hash[index].count) in __gro_flush_chain()
304 __clear_bit(index, &gro->bitmask); in __gro_flush_chain()
312 void __gro_flush(struct gro_node *gro, bool flush_old) in __gro_flush() argument
314 unsigned long bitmask = gro->bitmask; in __gro_flush()
[all …]
H A Ddev.c6766 if (n->gro.bitmask) in napi_complete_done()
6782 gro_flush_normal(&n->gro, !!timeout); in napi_complete_done()
6847 gro_normal_list(&napi->gro); in __busy_poll_stop()
6853 gro_flush_normal(&napi->gro, HZ >= 1000); in __busy_poll_stop()
6961 gro_normal_list(&napi->gro); in __napi_busy_loop()
7061 napi->gro.cached_napi_id = napi_id; in __napi_hash_add_with_id()
7546 gro_init(&napi->gro); in netif_napi_add_weight_locked()
7686 gro_cleanup(&napi->gro); in __netif_napi_del_locked()
7746 gro_flush_normal(&n->gro, HZ >= 1000); in __napi_poll()
7846 gro_flush_normal(&napi->gro, HZ >= 1000); in napi_threaded_poll_loop()
[all …]
/linux/include/net/
H A Dbusy_poll.h131 const struct gro_node *gro) in __skb_mark_napi_id() argument
138 skb->napi_id = gro->cached_napi_id; in __skb_mark_napi_id()
145 __skb_mark_napi_id(skb, &napi->gro); in skb_mark_napi_id()
/linux/tools/testing/selftests/drivers/net/
H A DMakefile9 gro \
14 gro.py \
/linux/tools/testing/selftests/net/
H A Dgro.sh
H A Dudpgro_fwd.sh254 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
265 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
273 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
279 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
287 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
H A D.gitignore
H A Dsetup_veth.sh
H A Dskf_net_off.sh18 ip netns exec $NS ethtool -K tap1 gro off
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
H A Dudpgro.sh39 ip netns exec "${PEER_NS}" ethtool -K veth1 gro on
/linux/kernel/bpf/
H A Dcpumap.c73 struct gro_node gro; member
287 gro_flush_normal(&rcpu->gro, !empty && HZ >= 1000); in cpu_map_gro_flush()
393 gro_receive_skb(&rcpu->gro, skbs[i]); in cpu_map_kthread_run()
472 gro_init(&rcpu->gro); in __cpu_map_entry_alloc()
506 gro_cleanup(&rcpu->gro); in __cpu_map_entry_alloc()
536 gro_cleanup(&rcpu->gro); in __cpu_map_entry_free()
/linux/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/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh641 …ip netns exec "$nsrouter" ethtool -K "veth0" rx-udp-gro-forwarding on rx-gro-list on generic-recei…
678 ip netns exec "$nsrouter" ethtool -K "veth0" rx-udp-gro-forwarding off
679 ip netns exec "$nsrouter" ethtool -K "veth1" rx-udp-gro-forwarding off
/linux/arch/um/drivers/
H A Dvector_kern.c193 char *gro = uml_vector_fetch_arg(def, "gro"); in get_req_size() local
196 if (gro != NULL) { in get_req_size()
197 if (kstrtoul(gro, 10, &result) == 0) { in get_req_size()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst267 * ``gro=[0,1]`` - sets GRO off or on. Enables receive/transmit offloads.
307 vecX:transport=tap,ifname=tap0,depth=128,gro=1
335 vecX:transport=hybrid,ifname=tap0,depth=128,gro=1
349 vecX:transport=raw,ifname=p-veth0,depth=128,gro=1
371 vec0:transport=raw,ifname=p-veth0,depth=128,gro=1
696 vec0:transport=tap,ifname=tap0,depth=128,gro=1 \
/linux/include/linux/
H A Dnetdevice.h403 struct gro_node gro; member
4249 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb);
4254 return gro_receive_skb(&napi->gro, skb); in napi_gro_receive()
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c894 struct wil_net_stats *stats, bool gro) in wil_netif_rx() argument
958 if (gro) in wil_netif_rx()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1861 bool gro; in bnxt_tpa_end() local
1885 gro = !!(bp->flags & BNXT_FLAG_GRO); in bnxt_tpa_end()
1898 gro = !!TPA_END_GRO(tpa_end); in bnxt_tpa_end()
1990 if (gro) in bnxt_tpa_end()