Home
last modified time | relevance | path

Searched refs:GSO_MAX_SIZE (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c431 #define GSO_MAX_SIZE 65536 macro
450 div64_ul((__u64)GSO_MAX_SIZE * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dtx_common.c417 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE)); in efx_tx_max_skb_descs()
Def100_nic.c986 nic_data->tso_max_payload_len = min_t(u64, reader->value, GSO_MAX_SIZE); in ef100_process_design_param()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_cubic.c390 div64_ul((u64)GSO_MAX_SIZE * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
Dtcp_bbr.c311 GSO_MAX_SIZE - 1 - MAX_TCP_HEADER); in bbr_tso_segs_goal()
Dtcp_output.c1553 limit = sk->sk_sndbuf + 2 * SKB_TRUESIZE(GSO_MAX_SIZE); in tcp_fragment()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h41 #define XLGMAC_TX_MAX_SPLIT ((GSO_MAX_SIZE / XLGMAC_TX_MAX_BUF_SIZE) + 1)
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dtx.c101 DIV_ROUND_UP(GSO_MAX_SIZE, EF4_PAGE_SIZE)); in ef4_tx_max_skb_descs()
/kernel/linux/linux-5.10/net/bridge/
Dbr_if.c521 unsigned int gso_max_size = GSO_MAX_SIZE; in br_set_gso_limits()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe.h154 #define XGBE_TX_MAX_SPLIT ((GSO_MAX_SIZE / XGBE_TX_MAX_BUF_SIZE) + 1)
/kernel/linux/linux-5.10/net/bpf/
Dtest_run.c456 __skb->wire_len > GSO_MAX_SIZE) in convert___skb_to_skb()
/kernel/linux/linux-5.10/drivers/net/hyperv/
Drndis_filter.c1253 unsigned int gso_max_size = GSO_MAX_SIZE; in rndis_netdev_set_hwcaps()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2164 #define GSO_MAX_SIZE 65536 macro
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c1377 unsigned int gso_max_size = GSO_MAX_SIZE; in bond_compute_features()
/kernel/linux/linux-5.10/net/core/
Drtnetlink.c2741 if (max_size > GSO_MAX_SIZE) { in do_setlink()
Ddev.c10497 dev->gso_max_size = GSO_MAX_SIZE; in alloc_netdev_mqs()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch45402 + if ((max_data_len >= GSO_MAX_SIZE) &&
45404 + iph->tot_len = htons(GSO_MAX_SIZE - 1);
48632 + if ((max_data_len >= GSO_MAX_SIZE) &&
48634 + iph->tot_len = htons(GSO_MAX_SIZE - 1);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch338374 + if ((max_data_len >= GSO_MAX_SIZE) &&
338376 + iph->tot_len = htons(GSO_MAX_SIZE - 1);
341597 + if ((max_data_len >= GSO_MAX_SIZE) &&
341599 + iph->tot_len = htons(GSO_MAX_SIZE - 1);