| /linux/net/core/ |
| H A D | gro.c | 254 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 D | dev.c | 6725 if (n->gro.bitmask) in napi_complete_done() 6741 gro_flush_normal(&n->gro, !!timeout); in napi_complete_done() 6806 gro_normal_list(&napi->gro); in __busy_poll_stop() 6812 gro_flush_normal(&napi->gro, HZ >= 1000); in __busy_poll_stop() 6920 gro_normal_list(&napi->gro); in __napi_busy_loop() 7020 napi->gro.cached_napi_id = napi_id; in __napi_hash_add_with_id() 7505 gro_init(&napi->gro); in netif_napi_add_weight_locked() 7645 gro_cleanup(&napi->gro); in __netif_napi_del_locked() 7705 gro_flush_normal(&n->gro, HZ >= 1000); in __napi_poll() 7804 gro_flush_normal(&napi->gro, HZ >= 1000); in napi_threaded_poll_loop() [all …]
|
| /linux/include/net/ |
| H A D | busy_poll.h | 131 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 D | Makefile | 9 gro \ 14 gro.py \
|
| /linux/tools/testing/selftests/net/ |
| H A D | gro.sh | |
| H A D | Makefile | |
| H A D | .gitignore | |
| H A D | setup_veth.sh | |
| H A D | skf_net_off.sh | 18 ip netns exec $NS ethtool -K tap1 gro off
|
| 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.sh | 39 ip netns exec "${PEER_NS}" ethtool -K veth1 gro on
|
| /linux/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
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 71 struct gro_node gro; member 285 gro_flush_normal(&rcpu->gro, !empty && HZ >= 1000); in cpu_map_gro_flush() 391 gro_receive_skb(&rcpu->gro, skbs[i]); in cpu_map_kthread_run() 469 gro_init(&rcpu->gro); in __cpu_map_entry_alloc() 498 gro_cleanup(&rcpu->gro); in __cpu_map_entry_alloc() 528 gro_cleanup(&rcpu->gro); in __cpu_map_entry_free()
|
| /linux/arch/um/drivers/ |
| H A D | vector_kern.c | 192 char *gro = uml_vector_fetch_arg(def, "gro"); in get_req_size() local 195 if (gro != NULL) { in get_req_size() 196 if (kstrtoul(gro, 10, &result) == 0) { in get_req_size()
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 267 * ``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/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx.c | 894 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 D | bnxt.c | 1850 bool gro; in bnxt_tpa_end() local 1874 gro = !!(bp->flags & BNXT_FLAG_GRO); in bnxt_tpa_end() 1887 gro = !!TPA_END_GRO(tpa_end); in bnxt_tpa_end() 1979 if (gro) in bnxt_tpa_end()
|