HomeSort by relevance Sort by last modified time
    Searched defs:mss (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_TCPMSS.h 23 __u16 mss; member in struct:xt_tcpmss_info
xt_SYNPROXY.h 30 __u16 mss; member in struct:xt_synproxy_info
nfnetlink_osf.h 54 __u16 ss, mss; member in struct:nf_osf_user_finger
  /external/iptables/include/linux/netfilter/
xt_TCPMSS.h 7 __u16 mss; member in struct:xt_tcpmss_info
xt_SYNPROXY.h 13 __u16 mss; member in struct:xt_synproxy_info
xt_osf.h 49 * Wildcard MSS (kind of).
51 * of the MSS and window sizes.
71 __u16 ss, mss; member in struct:xt_osf_user_finger
108 * Initial window size option state machine: multiple of mss, mtu or
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_TCPMSS.h 8 __u16 mss; member in struct:xt_tcpmss_info
xt_SYNPROXY.h 16 __u16 mss; member in struct:xt_synproxy_info
nfnetlink_osf.h 29 /* Wildcard MSS (kind of).
31 * of the MSS and window sizes.
58 __u16 ss, mss; member in struct:nf_osf_user_finger
93 /* Initial window size option state machine: multiple of mss, mtu or
  /external/iptables/extensions/
libxt_TCPMSS.c 18 struct xt_tcpmss_info mss; member in struct:mssinfo
25 " --set-mss value explicitly set MSS option to specified value\n"
26 " --clamp-mss-to-pmtu automatically clamp MSS value to (path_MTU - %d)\n",
41 {.name = "set-mss", .id = O_SET_MSS, .type = XTTYPE_UINT16,
43 .flags = XTOPT_PUT, XTOPT_POINTER(struct xt_tcpmss_info, mss)},
44 {.name = "clamp-mss-to-pmtu", .id = O_CLAMP_MSS, .type = XTTYPE_NONE},
49 {.name = "set-mss", .id = O_SET_MSS, .type = XTTYPE_UINT16,
51 .flags = XTOPT_PUT, XTOPT_POINTER(struct xt_tcpmss_info, mss)},
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
tcp_mmap.c 324 int mss = 0; local
355 mss = atoi(optarg);
382 if (mss &&
384 &mss, sizeof(mss)) == -1) {
414 if (mss &&
415 setsockopt(fd, IPPROTO_TCP, TCP_MAXSEG, &mss, sizeof(mss)) == -1) {
udpgso.c 66 int tlen; /* send() buffer size, may exceed mss */
68 int gso_len; /* mss after applying gso */
69 int r_num_mss; /* recv(): number of calls of full mss */
70 int r_len_last; /* recv(): size of last non-mss dgram, if any */
83 /* no GSO: send a single MSS */
88 /* no GSO: send a single MSS + 1B: fail */
93 /* send a single MSS: will fail with GSO, because the segment
102 /* send a single MSS + 1B */
109 /* send exactly 2 MSS */
115 /* send 2 MSS + 1B *
516 int i, ret, val, mss; local
    [all...]
  /external/toybox/toys/net/
netstat.c 279 int flags, ref, use, metric, mss, win, irtt; local
288 !(toys.optflags&FLAG_e) ? " MSS Window irtt" : "Metric Ref Use");
294 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt))
328 printf("%5d %-5d %6d %s\n", mss, win, irtt, iface);
  /external/toybox/toys/pending/
route.c 13 * mod dyn reinstate metric netmask gw mss window irtt dev
133 int flags, ref, use, metric, mss, win, irtt, items; local
140 (toys.optflags & FLAG_e)? " MSS Window irtt" : "Metric Ref Use");
144 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11)
162 if (toys.optflags & FLAG_e) xprintf("%5d %-5d %6d %s\n", mss, win, irtt, iface);
189 * used to get the params like: metric, netmask, gw, mss, window, irtt, dev and their values.
221 } else if (!strcmp(*argv, "mss")) {
  /external/iproute2/ip/
iproute.c 990 unsigned int mss; local
997 if (get_unsigned(&mss, *argv, 0))
998 invarg("\"mss\" value is invalid\n", *argv);
999 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss);
    [all...]
  /external/iperf3/src/
iperf.h 142 int mss; /* for TCP MSS */ member in struct:iperf_settings
279 int ctrl_sck_mss; /* MSS for the control channel */
  /external/iproute2/misc/
ss.c 708 int mss; member in struct:tcpstat
    [all...]
  /external/u-boot/drivers/net/
e1000.h 593 uint16_t mss; /* Maximum segment size */ member in struct:e1000_context_desc::__anon47367::__anon47368
    [all...]

Completed in 5340 milliseconds