Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c266 static void gro_complete(struct gro_node *gro, struct sk_buff *skb) in gro_complete() argument
301 gro_normal_one(gro, skb, NAPI_GRO_CB(skb)->count); in gro_complete()
304 static void __gro_flush_chain(struct gro_node *gro, u32 index, bool flush_old) in __gro_flush_chain() argument
306 struct list_head *head = &gro->hash[index].list; in __gro_flush_chain()
313 gro_complete(gro, skb); in __gro_flush_chain()
314 gro->hash[index].count--; in __gro_flush_chain()
317 if (!gro->hash[index].count) in __gro_flush_chain()
318 __clear_bit(index, &gro->bitmask); in __gro_flush_chain()
326 void __gro_flush(struct gro_node *gro, bool flush_old) in __gro_flush() argument
328 unsigned long bitmask = gro->bitmask; in __gro_flush()
[all …]
H A DMakefile15 fib_notifier.o xdp.o flow_offload.o gro.o \
H A Ddev.c6849 if (n->gro.bitmask) in napi_complete_done()
6865 gro_flush_normal(&n->gro, !!timeout); in napi_complete_done()
6966 gro_flush_normal(&napi->gro, HZ >= 1000); in busy_poll_stop()
6980 gro_normal_list(&napi->gro); in busy_poll_stop()
7039 gro_normal_list(&napi->gro); in __napi_busy_loop()
7139 napi->gro.cached_napi_id = napi_id; in __napi_hash_add_with_id()
7624 gro_init(&napi->gro); in netif_napi_add_weight_locked()
7764 gro_cleanup(&napi->gro); in __netif_napi_del_locked()
7824 gro_flush_normal(&n->gro, HZ >= 1000); in __napi_poll()
7924 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 DMakefile14 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/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/kernel/bpf/
H A Dcpumap.c73 struct gro_node gro; member
290 gro_flush_normal(&rcpu->gro, !empty && HZ >= 1000); in cpu_map_gro_flush()
396 gro_receive_skb(&rcpu->gro, skbs[i]); in cpu_map_kthread_run()
475 gro_init(&rcpu->gro); in __cpu_map_entry_alloc()
509 gro_cleanup(&rcpu->gro); in __cpu_map_entry_alloc()
539 gro_cleanup(&rcpu->gro); in __cpu_map_entry_free()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh647 …ip netns exec "$nsrouter" ethtool -K "veth0" rx-udp-gro-forwarding on rx-gro-list on generic-recei…
684 ip netns exec "$nsrouter" ethtool -K "veth0" rx-udp-gro-forwarding off
685 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/include/linux/
H A Dnetdevice.h405 struct gro_node gro; member
4341 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb);
4346 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.c1897 bool gro; in bnxt_tpa_end() local
1921 gro = !!(bp->flags & BNXT_FLAG_GRO); in bnxt_tpa_end()
1934 gro = !!TPA_END_GRO(tpa_end); in bnxt_tpa_end()
2026 if (gro) in bnxt_tpa_end()