Searched refs:MSS (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.c | 46 * MSS is defined as 4096 - header because if it is too small 90 #define MSS (4096 - sizeof(struct tcphdr) - sizeof(struct ipv6hdr)) 92 #define NUM_LARGE_PKT (MAX_PAYLOAD / MSS) 441 static char pkts[NUM_LARGE_PKT][TOTAL_HDR_LEN + MSS]; in recompute_packet() 442 static char last[TOTAL_HDR_LEN + MSS]; in recompute_packet() 443 static char new_seg[TOTAL_HDR_LEN + MSS]; in recompute_packet() 447 create_packet(pkts[i], i * MSS, 0, MSS, 0); in tcp_write_options() 448 create_packet(last, NUM_LARGE_PKT * MSS, 0, remainder, 0); in tcp_write_options() 449 create_packet(new_seg, (NUM_LARGE_PKT + 1) * MSS, in tcp_write_options() 71 #define MSS global() macro [all...] |
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_tx.c | 319 *queue_info |= cpu_to_le32(SQ_CTRL_QUEUE_INFO_SET(mss, MSS)); in hinic3_set_tso_info() 513 if (!SQ_CTRL_QUEUE_INFO_GET(wqe_desc->queue_info, MSS)) { in hinic3_prepare_sq_ctrl() 515 cpu_to_le32(SQ_CTRL_QUEUE_INFO_SET(HINIC3_TX_MSS_DEFAULT, MSS)); in hinic3_prepare_sq_ctrl() 516 } else if (SQ_CTRL_QUEUE_INFO_GET(wqe_desc->queue_info, MSS) < in hinic3_prepare_sq_ctrl() 522 cpu_to_le32(SQ_CTRL_QUEUE_INFO_SET(HINIC3_TX_MSS_MIN, MSS)); in hinic3_prepare_sq_ctrl()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_slow_start_slow-start-after-idle.pkt | 34 // If slow start after idle works properly, we should send 5 MSS here (cwnd/2)
|
| H A D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 26 // This might change if we cook the initial packet with 10 MSS.
|
| /linux/drivers/staging/most/dim2/ |
| H A D | reg.h | 22 u32 MSS; /* 0x08 */ member
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 784 const int MSS = status & request_service_bit; in tnt4882_serial_poll_response2() local 785 const int reqt = MSS && new_reason_for_service; in tnt4882_serial_poll_response2() 786 const int reqf = MSS == 0; in tnt4882_serial_poll_response2()
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 188 const int MSS = status & request_service_bit; in fmh_gpib_serial_poll_response2() local 189 const int reqt = MSS && new_reason_for_service; in fmh_gpib_serial_poll_response2() 190 const int reqf = MSS == 0; in fmh_gpib_serial_poll_response2()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8998-oneplus-common.dtsi | 570 /* Leave disabled until MSS is functional */
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 1133 MSS value of TCP SYN packets, to control the maximum size for that 1636 MSS value of TCP SYN packets, which control the maximum packet size
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 241 The advertised MSS depends on the first hop route MTU, but will 395 this is the initial MSS used by the connection. 398 If MTU probing is enabled this caps the minimum MSS used for search_low 694 - 2 - Always enabled, use initial MSS of tcp_base_mss.
|
| H A D | snmp_counter.rst | 977 The MSS decoded from the SYN cookie is invalid. When this counter is
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2027 MSS Port # (0x530 or 0xe80)
|