/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 1078 nstatuser@nstat-b:~$ nc -lknv 0.0.0.0 9000 1079 Listening on [0.0.0.0] (family 0, port 9000) 1083 nstatuser@nstat-a:~$ nc -nv 192.168.122.251 9000 1084 Connection to 192.168.122.251 9000 port [tcp/*] succeeded! 1086 The server listened on tcp 9000 port, the client connected to it, they 1120 nstatuser@nstat-b:~$ nc -lkv 0.0.0.0 9000 1121 Listening on [0.0.0.0] (family 0, port 9000) 1125 nstatuser@nstat-a:~$ nc -v nstat-b 9000 1126 Connection to nstat-b 9000 port [tcp/*] succeeded! 1130 nstatuser@nstat-a:~$ nc -v nstat-b 9000 [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_adjust_tail.c | 172 buf = malloc(9000); in test_xdp_adjust_frags_tail_shrink() 176 memset(buf, 0, 9000); in test_xdp_adjust_frags_tail_shrink() 179 exp_size = 8990; /* 9000 - 10 */ in test_xdp_adjust_frags_tail_shrink() 182 topts.data_size_in = 9000; in test_xdp_adjust_frags_tail_shrink() 183 topts.data_size_out = 9000; in test_xdp_adjust_frags_tail_shrink() 192 exp_size = 4900; /* 9000 - 4100 */ in test_xdp_adjust_frags_tail_shrink() 194 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink() 203 exp_size = 800; /* 9000 - 8200 */ in test_xdp_adjust_frags_tail_shrink() 204 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink() 242 exp_size = 9000 + 10; in test_xdp_adjust_frags_tail_grow_4k() [all …]
|
H A D | xdp_adjust_frags.c | 51 buf = malloc(9000); in test_xdp_update_frags() 55 memset(buf, 0, 9000); in test_xdp_update_frags() 63 topts.data_size_in = 9000; in test_xdp_update_frags() 64 topts.data_size_out = 9000; in test_xdp_update_frags() 74 memset(buf, 0, 9000); in test_xdp_update_frags() 88 memset(buf, 0, 9000); in test_xdp_update_frags()
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 21 +0 write(4, ..., 9000) = 9000 22 +0 > P. 1:9001(9000) ack 1
|
H A D | tcp_inq_client.pkt | 32 cmsg_data=9000}]}, 0) = 1000 35 msg_iov(1)=[{..., 9000}], 39 cmsg_data=0}]}, 0) = 9000
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_tc_edt.sh | 5 # with dst port = 9000 down to 5MBps. Then it measures actual 63 "nc -4 -l -p 9000 >/dev/null &" 76 bs=1000 count=1000000 > /dev/tcp/${IP_DST}/9000 2>/dev/null"
|
/linux/drivers/net/ethernet/alteon/ |
H A D | Kconfig | 26 adapter. The driver allows for using the Jumbo Frame option (9000 28 as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | ping.py | 80 cmd(f"ip link set dev {cfg.remote_ifname} mtu 9000", shell=True, host=cfg.remote) 82 ip("link set dev %s mtu 9000 xdpgeneric obj %s sec xdp.frags" % (cfg.ifname, prog)) 107 cmd(f"ip link set dev {cfg.remote_ifname} mtu 9000", shell=True, host=cfg.remote) 110 cmd(f"ip link set dev {cfg.ifname} mtu 9000 xdp obj {prog} sec xdp.frags", shell=True)
|
H A D | xdp.py | 242 bpf_info = BPFProgInfo("xdp_prog_frags", "xdp_native.bpf.o", "xdp.frags", 9000) 289 bpf_info = BPFProgInfo("xdp_prog_frags", "xdp_native.bpf.o", "xdp.frags", 9000) 361 "xdp.frags", 9000) 451 bpf_info = BPFProgInfo("xdp_prog_frags", "xdp_native.bpf.o", "xdp.frags", 9000) 573 prog_info = _load_xdp_prog(cfg, BPFProgInfo(prog, "xdp_native.bpf.o", "xdp.frags", 9000))
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | fm10k.rst | 68 ifconfig eth<x> mtu 9000 up 72 ip link set mtu 9000 dev eth<x> 76 permanent by adding 'MTU=9000' to the file:
|
H A D | igb.rst | 103 ifconfig eth<x> mtu 9000 up 107 ip link set mtu 9000 dev eth<x> 111 permanent by adding 'MTU=9000' to the file:
|
/linux/scripts/gcc-plugins/ |
H A D | arm_ssp_per_task_plugin.c |
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157c-emstamp-argon.dtsi | 114 st,min-sample-time-ns = <9000>; 119 st,min-sample-time-ns = <9000>; 124 st,min-sample-time-ns = <9000>; 129 st,min-sample-time-ns = <9000>;
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | conntrack_clash.sh | 27 …meta l4proto udp dnat to numgen random mod 3 map { 0 : 10.0.2.1 . 9000, 1 : 10.0.2.1 . 9001, 2 : 1… 60 local ports="9000 9001 9002"
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_agp.c | 61 …/* Intel 82855PM host bridge / RV250/M9 GL [Mobility FireGL 9000/Radeon 9000] needs AGPMode 1 (Thi… 79 /* Intel 82852/82855 host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 (lp #296617) */ 82 /* Intel 82855PM host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 for suspend/resume */
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | eswin,eic7700-pinctrl.yaml | 122 enum: [3000, 6000, 9000, 12000, 15000, 18000, 21000, 24000] 126 enum: [6000, 9000, 12000, 15000, 18000, 21000, 24000, 27000]
|
/linux/arch/powerpc/boot/dts/ |
H A D | eiger.dts | 316 max-frame-size = <9000>; 346 max-frame-size = <9000>; 377 max-frame-size = <9000>; 407 max-frame-size = <9000>;
|
H A D | arches.dts | 268 max-frame-size = <9000>; 297 max-frame-size = <9000>; 327 max-frame-size = <9000>;
|
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | hhf.json | 56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root hhf quantum 9000", 59 …"matchPattern": "qdisc hhf 1: root refcnt [0-9]+.*quantum 9000b hh_limit 2048 reset_timeout 40ms a…
|
H A D | sfq.json | 77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfq quantum 9000", 80 … "matchPattern": "qdisc sfq 1: root refcnt [0-9]+ limit 127p quantum 9000b depth 127 divisor 1024",
|
/linux/arch/m68k/hp300/ |
H A D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
/linux/drivers/pci/hotplug/ |
H A D | rpaphp_pci.c | 29 * -9000: Need DR entity to be powered up and unisolated before RTAS call 34 #define RTAS_SLOT_UNISOLATED -9000
|
/linux/Documentation/networking/device_drivers/ethernet/neterion/ |
H A D | s2io.rst | 119 a. Set MTU to maximum(9000 for switch setup, 9600 in back-to-back configuration) 128 For MTU=9000, TCP window size of 10 MB is recommended::
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l35.txt | 56 converter's output voltage in mV. The range is from 2600mV to 9000mV with 150 cirrus,boost-ctl-millivolt = <9000>;
|
/linux/drivers/usb/typec/ |
H A D | rt1719.c | 333 case 9000: in rt1719_update_operating_status() 449 case 9000: in rt1719_usbpd_request_voltage() 714 RT1719_PSEL_CAPINFO(0x1E, 9000, 0x0F, 4500), 720 RT1719_PSEL_CAPINFO(0x0E, 9000, 0x0F, 1500), 727 RT1719_PSEL_CAPINFO(0x06, 9000, 0x04, 3000),
|