| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_adjust_tail.c | 165 buf = malloc(9000); in test_xdp_adjust_frags_tail_shrink() 169 memset(buf, 0, 9000); in test_xdp_adjust_frags_tail_shrink() 172 exp_size = 8990; /* 9000 - 10 */ in test_xdp_adjust_frags_tail_shrink() 175 topts.data_size_in = 9000; in test_xdp_adjust_frags_tail_shrink() 176 topts.data_size_out = 9000; in test_xdp_adjust_frags_tail_shrink() 185 exp_size = 4900; /* 9000 - 4100 */ in test_xdp_adjust_frags_tail_shrink() 187 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink() 196 exp_size = 800; /* 9000 - 8200 */ in test_xdp_adjust_frags_tail_shrink() 197 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink() 235 exp_size = 9000 + 10; in test_xdp_adjust_frags_tail_grow() [all …]
|
| 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()
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | snmp_counter.rst | 1082 nstatuser@nstat-b:~$ nc -lknv 0.0.0.0 9000 1083 Listening on [0.0.0.0] (family 0, port 9000) 1087 nstatuser@nstat-a:~$ nc -nv 192.168.122.251 9000 1088 Connection to 192.168.122.251 9000 port [tcp/*] succeeded! 1090 The server listened on tcp 9000 port, the client connected to it, they 1124 nstatuser@nstat-b:~$ nc -lkv 0.0.0.0 9000 1125 Listening on [0.0.0.0] (family 0, port 9000) 1129 nstatuser@nstat-a:~$ nc -v nstat-b 9000 1130 Connection to nstat-b 9000 port [tcp/*] succeeded! 1134 nstatuser@nstat-a:~$ nc -v nstat-b 9000 [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | snmp_counter.rst | 1082 nstatuser@nstat-b:~$ nc -lknv 0.0.0.0 9000 1083 Listening on [0.0.0.0] (family 0, port 9000) 1087 nstatuser@nstat-a:~$ nc -nv 192.168.122.251 9000 1088 Connection to 192.168.122.251 9000 port [tcp/*] succeeded! 1090 The server listened on tcp 9000 port, the client connected to it, they 1124 nstatuser@nstat-b:~$ nc -lkv 0.0.0.0 9000 1125 Listening on [0.0.0.0] (family 0, port 9000) 1129 nstatuser@nstat-a:~$ nc -v nstat-b 9000 1130 Connection to nstat-b 9000 port [tcp/*] succeeded! 1134 nstatuser@nstat-a:~$ nc -v nstat-b 9000 [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_tc_edt.sh | 5 # with dst port = 9000 down to 5MBps. Then it measures actual 62 "nc -4 -l -p 9000 >/dev/null &" 75 bs=1000 count=1000000 > /dev/tcp/${IP_DST}/9000 2>/dev/null"
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| 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"
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/alteon/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/alteon/ |
| 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
|
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| D | arm_ssp_per_task_plugin.c | 50 #if BUILDING_GCC_VERSION >= 9000 101 #if BUILDING_GCC_VERSION >= 9000 in plugin_init()
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/ |
| 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:
|
| 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:
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/intel/ |
| 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:
|
| 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:
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | arm_ssp_per_task_plugin.c | 56 #if BUILDING_GCC_VERSION >= 9000 116 #if BUILDING_GCC_VERSION >= 9000 in plugin_init()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | radeon_agp.c | 62 …/* Intel 82855PM host bridge / RV250/M9 GL [Mobility FireGL 9000/Radeon 9000] needs AGPMode 1 (Thi… 80 /* Intel 82852/82855 host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 (lp #296617) */ 83 /* Intel 82855PM host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 for suspend/resume */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| 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>;
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| 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 */
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/ |
| D | eiger.dts | 316 max-frame-size = <9000>; 346 max-frame-size = <9000>; 377 max-frame-size = <9000>; 407 max-frame-size = <9000>;
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | eiger.dts | 316 max-frame-size = <9000>; 346 max-frame-size = <9000>; 377 max-frame-size = <9000>; 407 max-frame-size = <9000>;
|
| /kernel/linux/linux-6.6/arch/m68k/hp300/ |
| D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
| /kernel/linux/linux-5.10/arch/m68k/hp300/ |
| D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | hhf.json | 61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root hhf quantum 9000", 64 …"matchPattern": "qdisc hhf 1: root refcnt [0-9]+.*quantum 9000b hh_limit 2048 reset_timeout 40ms a…
|
| D | sfq.json | 84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfq quantum 9000", 87 … "matchPattern": "qdisc sfq 1: root refcnt [0-9]+ limit 127p quantum 9000b depth 127 divisor 1024",
|
| /kernel/linux/linux-6.6/drivers/pci/hotplug/ |
| D | rpaphp_pci.c | 29 * -9000: Need DR entity to be powered up and unisolated before RTAS call 34 #define RTAS_SLOT_UNISOLATED -9000
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/ |
| 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::
|