Home
last modified time | relevance | path

Searched refs:gso_max_size (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dbig_tcp.sh43 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
57 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
59 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
77 gro_max_size $MAX_SIZE gso_max_size $MAX_SIZE
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst153 unsigned_int gso_max_size read_mostly …
/linux/net/core/
H A Ddev.h197 WRITE_ONCE(dev->gso_max_size, size); in netif_set_gso_max_size()
H A Ddev.c3319 if (size < READ_ONCE(dev->gso_max_size)) in netif_set_tso_max_size()
12051 dev->gso_max_size = GSO_LEGACY_MAX_SIZE; in alloc_netdev_mqs()
13089 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, gso_max_size); in net_dev_struct_check()
H A Drtnetlink.c2099 READ_ONCE(dev->gso_max_size)) || in rtnl_fill_ifinfo()
3213 if (dev->gso_max_size ^ max_size) { in do_setlink()
/linux/net/sctp/
H A Doutput.c137 packet->max_size = sk_can_gso(sk) ? min(READ_ONCE(tp->dst->dev->gso_max_size), in sctp_packet_config()
/linux/include/linux/
H A Dnetdevice.h2142 unsigned int gso_max_size; member
5507 READ_ONCE(dev->gso_max_size) : in netif_get_gso_max_size()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c670 lport->lso_max = min(netdev->gso_max_size, GSO_LEGACY_MAX_SIZE); in fcoe_netdev_features_change()