| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | test_tunnel.c | 94 #define SYS(fmt, ...) \ macro 111 SYS("ip netns add at_ns0"); in config_device() 112 SYS("ip link add veth0 address " MAC_VETH1 " type veth peer name veth1"); in config_device() 113 SYS("ip link set veth0 netns at_ns0"); in config_device() 114 SYS("ip addr add " IP4_ADDR1_VETH1 "/24 dev veth1"); in config_device() 115 SYS("ip link set dev veth1 up mtu 1500"); in config_device() 116 SYS("ip netns exec at_ns0 ip addr add " IP4_ADDR_VETH0 "/24 dev veth0"); in config_device() 117 SYS("ip netns exec at_ns0 ip link set dev veth0 up mtu 1500"); in config_device() 135 SYS("ip netns exec at_ns0 ip link add dev %s type vxlan external gbp dstport 4789", in add_vxlan_tunnel() 137 SYS("ip netns exec at_ns0 ip link set dev %s address %s up", in add_vxlan_tunnel() [all …]
|
| D | tc_redirect.c | 163 #define SYS(fmt, ...) \ macro 176 SYS("ip link add veth_src type veth peer name veth_src_fwd"); in netns_setup_links_and_routes() 177 SYS("ip link add veth_dst type veth peer name veth_dst_fwd"); in netns_setup_links_and_routes() 179 SYS("ip link set veth_dst_fwd address " MAC_DST_FWD); in netns_setup_links_and_routes() 180 SYS("ip link set veth_dst address " MAC_DST); in netns_setup_links_and_routes() 192 SYS("ip link set veth_src netns " NS_SRC); in netns_setup_links_and_routes() 193 SYS("ip link set veth_src_fwd netns " NS_FWD); in netns_setup_links_and_routes() 194 SYS("ip link set veth_dst_fwd netns " NS_FWD); in netns_setup_links_and_routes() 195 SYS("ip link set veth_dst netns " NS_DST); in netns_setup_links_and_routes() 202 SYS("ip addr add " IP4_SRC "/32 dev veth_src"); in netns_setup_links_and_routes() [all …]
|
| D | xdp_synproxy.c | 11 #define SYS(cmd) ({ \ macro 72 SYS("ip netns add synproxy"); in test_synproxy() 74 SYS("ip link add tmp0 type veth peer name tmp1"); in test_synproxy() 75 SYS("ip link set tmp1 netns synproxy"); in test_synproxy() 76 SYS("ip link set tmp0 up"); in test_synproxy() 77 SYS("ip addr replace 198.18.0.1/24 dev tmp0"); in test_synproxy() 82 SYS("ethtool -K tmp0 tx off"); in test_synproxy() 85 SYS("ip link set tmp0 xdp object xdp_dummy.bpf.o section xdp 2> /dev/null"); in test_synproxy() 91 SYS("ip link set lo up"); in test_synproxy() 92 SYS("ip link set tmp1 up"); in test_synproxy() [all …]
|
| D | xdp_do_redirect.c | 13 #define SYS(fmt, ...) \ macro 123 SYS("ip netns add testns"); in test_xdp_do_redirect() 128 SYS("ip link add veth_src type veth peer name veth_dst"); in test_xdp_do_redirect() 129 SYS("ip link set dev veth_src address 00:11:22:33:44:55"); in test_xdp_do_redirect() 130 SYS("ip link set dev veth_dst address 66:77:88:99:aa:bb"); in test_xdp_do_redirect() 131 SYS("ip link set dev veth_src up"); in test_xdp_do_redirect() 132 SYS("ip link set dev veth_dst up"); in test_xdp_do_redirect() 133 SYS("ip addr add dev veth_src fc00::1/64"); in test_xdp_do_redirect() 134 SYS("ip addr add dev veth_dst fc00::2/64"); in test_xdp_do_redirect() 135 SYS("ip neigh add fc00::2 dev veth_src lladdr 66:77:88:99:aa:bb"); in test_xdp_do_redirect() [all …]
|
| D | xdp_bonding.c | 144 #define SYS(fmt, ...) \ in bonding_setup() macro 152 SYS("ip netns add ns_dst"); in bonding_setup() 153 SYS("ip link add veth1_1 type veth peer name veth2_1 netns ns_dst"); in bonding_setup() 154 SYS("ip link add veth1_2 type veth peer name veth2_2 netns ns_dst"); in bonding_setup() 156 SYS("ip link add bond1 type bond mode %s xmit_hash_policy %s", in bonding_setup() 158 SYS("ip link set bond1 up address " BOND1_MAC_STR " addrgenmode none"); in bonding_setup() 159 SYS("ip -netns ns_dst link add bond2 type bond mode %s xmit_hash_policy %s", in bonding_setup() 161 SYS("ip -netns ns_dst link set bond2 up address " BOND2_MAC_STR " addrgenmode none"); in bonding_setup() 163 SYS("ip link set veth1_1 master bond1"); in bonding_setup() 165 SYS("ip link set veth1_2 master bond1"); in bonding_setup() [all …]
|
| /Linux-v6.1/samples/bpf/ |
| D | trace_common.h | 6 #define SYSCALL(SYS) "__x64_" __stringify(SYS) argument 8 #define SYSCALL(SYS) "__s390x_" __stringify(SYS) argument 10 #define SYSCALL(SYS) __stringify(SYS) argument
|
| D | syscall_nrs.c | 5 #define SYSNR(_NR) DEFINE(SYS ## _NR, _NR)
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | bcm53016-meraki-mr32.dts | 62 /* SYS-LED 1 - Tricolor */ 70 /* SYS-LED 1 - Tricolor */ 78 /* SYS-LED 1 - Tricolor */
|
| D | vexpress-v2p-ca15-tc1.dts | 182 /* SYS PLL reference clock */
|
| D | vexpress-v2p-ca15_a7.dts | 320 /* SYS PLL reference clock */
|
| /Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
| D | tps6586x.txt | 15 - sys-supply: The input supply for SYS. 31 Note: LDO5 and LDO_RTC is supplied by SYS regulator internally and driver
|
| /Linux-v6.1/tools/perf/trace/beauty/ |
| D | signum.c | 41 P_SIGNUM(SYS); in syscall_arg__scnprintf_signum()
|
| /Linux-v6.1/arch/sparc/include/uapi/asm/ |
| D | perfctr.h | 59 #define SYS 0x00000002 macro
|
| /Linux-v6.1/arch/arm/kernel/ |
| D | entry-header.S | 173 @ Store/load the USER SP and LR registers by switching to the SYS 180 msr cpsr_c, \rtemp @ switch to the SYS mode 192 msr cpsr_c, \rtemp @ switch to the SYS mode
|
| /Linux-v6.1/Documentation/scsi/ |
| D | qlogicfas.rst | 29 QL41DOS.SYS and QL40ENBL.SYS. These are a minimum, but loading the
|
| /Linux-v6.1/drivers/media/usb/dvb-usb-v2/ |
| D | rtl28xxu.h | 42 #define SYS 0x0200 macro
|
| /Linux-v6.1/drivers/net/ethernet/mscc/ |
| D | ocelot_vsc7514.c | 37 [SYS] = vsc7514_sys_regmap, 472 { SYS, "sys" }, in mscc_ocelot_probe()
|
| /Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxl-s905x-khadas-vim.dts | 162 "SYS LED",
|
| D | meson-gxbb-nanopi-k2.dts | 241 "I2S Header Pin5", "HDMI CEC", "SYS LED",
|
| D | meson-gxbb-odroidc2.dts | 299 "HDMI CEC", "SYS LED",
|
| /Linux-v6.1/drivers/net/dsa/ocelot/ |
| D | seville_vsc9953.c | 452 [SYS] = vsc9953_sys_regmap, 485 [SYS] = "sys",
|
| /Linux-v6.1/include/soc/mscc/ |
| D | ocelot.h | 113 SYS, enumerator 321 SYS_COUNT_RX_OCTETS = SYS << TARGET_OFFSET,
|
| /Linux-v6.1/Documentation/hwmon/ |
| D | abituguru-datasheet.rst | 190 - Sensor 1 SYS temp 299 - Sensor 2: SYS fan speed
|
| D | w83627ehf.rst | 233 0x6b only on DHG, SYS fan critical temperature
|
| /Linux-v6.1/arch/powerpc/boot/dts/ |
| D | mpc832x_mds.dts | 8 * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do
|