/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | test_tunnel.c | 99 SYS(fail, "ip netns add at_ns0"); in config_device() 100 SYS(fail, "ip link add veth0 address " MAC_VETH1 " type veth peer name veth1"); in config_device() 101 SYS(fail, "ip link set veth0 netns at_ns0"); in config_device() 102 SYS(fail, "ip addr add " IP4_ADDR1_VETH1 "/24 dev veth1"); in config_device() 103 SYS(fail, "ip link set dev veth1 up mtu 1500"); in config_device() 104 SYS(fail, "ip netns exec at_ns0 ip addr add " IP4_ADDR_VETH0 "/24 dev veth0"); in config_device() 105 SYS(fail, "ip netns exec at_ns0 ip link set dev veth0 up mtu 1500"); in config_device() 123 SYS(fail, "ip netns exec at_ns0 ip link add dev %s type vxlan external gbp dstport 4789", in add_vxlan_tunnel() 125 SYS(fail, "ip netns exec at_ns0 ip link set dev %s address %s up", in add_vxlan_tunnel() 127 SYS(fail, "ip netns exec at_ns0 ip addr add dev %s %s/24", in add_vxlan_tunnel() [all …]
|
D | xfrm_info.c | 114 SYS(fail, "ip netns add " NS0); in config_underlay() 115 SYS(fail, "ip netns add " NS1); in config_underlay() 116 SYS(fail, "ip netns add " NS2); in config_underlay() 119 SYS(fail, "ip link add veth01 netns " NS0 " type veth peer name veth10 netns " NS1); in config_underlay() 120 SYS(fail, "ip -net " NS0 " addr add " IP4_ADDR_VETH01 "/24 dev veth01"); in config_underlay() 121 SYS(fail, "ip -net " NS0 " link set dev veth01 up"); in config_underlay() 122 SYS(fail, "ip -net " NS1 " addr add " IP4_ADDR_VETH10 "/24 dev veth10"); in config_underlay() 123 SYS(fail, "ip -net " NS1 " link set dev veth10 up"); in config_underlay() 126 SYS(fail, "ip link add veth02 netns " NS0 " type veth peer name veth20 netns " NS2); in config_underlay() 127 SYS(fail, "ip -net " NS0 " addr add " IP4_ADDR_VETH02 "/24 dev veth02"); in config_underlay() [all …]
|
D | xdp_synproxy.c | 67 SYS(out, "ip netns add synproxy"); in test_synproxy() 69 SYS(out, "ip link add tmp0 type veth peer name tmp1"); in test_synproxy() 70 SYS(out, "ip link set tmp1 netns synproxy"); in test_synproxy() 71 SYS(out, "ip link set tmp0 up"); in test_synproxy() 72 SYS(out, "ip addr replace 198.18.0.1/24 dev tmp0"); in test_synproxy() 77 SYS(out, "ethtool -K tmp0 tx off"); in test_synproxy() 80 SYS(out, "ip link set tmp0 xdp object xdp_dummy.bpf.o section xdp 2> /dev/null"); in test_synproxy() 86 SYS(out, "ip link set lo up"); in test_synproxy() 87 SYS(out, "ip link set tmp1 up"); in test_synproxy() 88 SYS(out, "ip addr replace 198.18.0.2/24 dev tmp1"); in test_synproxy() [all …]
|
D | fib_lookup.c | 80 SYS(fail, "ip link add veth1 type veth peer name veth2"); in setup_netns() 81 SYS(fail, "ip link set dev veth1 up"); in setup_netns() 82 SYS(fail, "ip link set dev veth2 up"); in setup_netns() 92 SYS(fail, "ip addr add %s/64 dev veth1 nodad", IPV6_IFACE_ADDR); in setup_netns() 93 SYS(fail, "ip neigh add %s dev veth1 nud failed", IPV6_NUD_FAILED_ADDR); in setup_netns() 94 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV6_NUD_STALE_ADDR, DMAC); in setup_netns() 96 SYS(fail, "ip addr add %s/24 dev veth1", IPV4_IFACE_ADDR); in setup_netns() 97 SYS(fail, "ip neigh add %s dev veth1 nud failed", IPV4_NUD_FAILED_ADDR); in setup_netns() 98 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV4_NUD_STALE_ADDR, DMAC); in setup_netns() 101 SYS(fail, "ip addr add %s/24 dev veth2", IPV4_TBID_ADDR); in setup_netns() [all …]
|
D | vrf_socket_lookup.c | 148 SYS(fail, "ip netns add " NS0); in setup() 149 SYS(fail, "ip netns add " NS1); in setup() 152 SYS(fail, "ip link add veth01 netns " NS0 " type veth peer name veth10" in setup() 154 SYS(fail, "ip -net " NS0 " addr add " IP4_ADDR_VETH01 "/24 dev veth01"); in setup() 155 SYS(fail, "ip -net " NS0 " link set dev veth01 up"); in setup() 156 SYS(fail, "ip -net " NS1 " addr add " IP4_ADDR_VETH10 "/24 dev veth10"); in setup() 157 SYS(fail, "ip -net " NS1 " link set dev veth10 up"); in setup() 160 SYS(fail, "ip link add veth02 netns " NS0 " type veth peer name veth20" in setup() 162 SYS(fail, "ip -net " NS0 " addr add " IP4_ADDR_VETH02 "/24 dev veth02"); in setup() 163 SYS(fail, "ip -net " NS0 " link set dev veth02 up"); in setup() [all …]
|
D | tc_redirect.c | 145 SYS(fail, "ip link add veth_src type veth peer name veth_src_fwd"); in netns_setup_links_and_routes() 146 SYS(fail, "ip link add veth_dst type veth peer name veth_dst_fwd"); in netns_setup_links_and_routes() 148 SYS(fail, "ip link set veth_dst_fwd address " MAC_DST_FWD); in netns_setup_links_and_routes() 149 SYS(fail, "ip link set veth_dst address " MAC_DST); in netns_setup_links_and_routes() 170 SYS(fail, "ip link set veth_src netns " NS_SRC); in netns_setup_links_and_routes() 171 SYS(fail, "ip link set veth_src_fwd netns " NS_FWD); in netns_setup_links_and_routes() 172 SYS(fail, "ip link set veth_dst_fwd netns " NS_FWD); in netns_setup_links_and_routes() 173 SYS(fail, "ip link set veth_dst netns " NS_DST); in netns_setup_links_and_routes() 180 SYS(fail, "ip addr add " IP4_SRC "/32 dev veth_src"); in netns_setup_links_and_routes() 181 SYS(fail, "ip addr add " IP6_SRC "/128 dev veth_src nodad"); in netns_setup_links_and_routes() [all …]
|
D | xdp_do_redirect.c | 123 SYS(out, "ip netns add testns"); in test_xdp_do_redirect() 128 SYS(out, "ip link add veth_src type veth peer name veth_dst"); in test_xdp_do_redirect() 129 SYS(out, "ip link set dev veth_src address 00:11:22:33:44:55"); in test_xdp_do_redirect() 130 SYS(out, "ip link set dev veth_dst address 66:77:88:99:aa:bb"); in test_xdp_do_redirect() 131 SYS(out, "ip link set dev veth_src up"); in test_xdp_do_redirect() 132 SYS(out, "ip link set dev veth_dst up"); in test_xdp_do_redirect() 133 SYS(out, "ip addr add dev veth_src fc00::1/64"); in test_xdp_do_redirect() 134 SYS(out, "ip addr add dev veth_dst fc00::2/64"); in test_xdp_do_redirect() 135 SYS(out, "ip neigh add fc00::2 dev veth_src lladdr 66:77:88:99:aa:bb"); in test_xdp_do_redirect() 148 SYS(out, "sysctl -qw net.ipv6.conf.all.forwarding=1"); in test_xdp_do_redirect() [all …]
|
D | lwt_redirect.c | 206 SYS(fail, "ip link add link_err type dummy"); in setup_redirect_target() 207 SYS(fail, "ip link set lo up"); in setup_redirect_target() 208 SYS(fail, "ip addr add dev lo " LOCAL_SRC "/32"); in setup_redirect_target() 209 SYS(fail, "ip link set link_err up"); in setup_redirect_target() 210 SYS(fail, "ip link set %s up", target_dev); in setup_redirect_target() 212 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec %s", in setup_redirect_target() 215 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec %s", in setup_redirect_target() 266 SYS(out, "ip link set %s down", target_dev); in __test_lwt_redirect_dev_down() 297 SYS(out, "ip link add vlan100 link %s type vlan id 100", lower_dev); in test_lwt_redirect_dev_carrier_down() 298 SYS(out, "ip link set %s up", vlan_dev); in test_lwt_redirect_dev_carrier_down() [all …]
|
D | empty_skb.c | 95 SYS(out, "ip netns add empty_skb"); in test_empty_skb() 97 SYS(out, "ip link add veth0 type veth peer veth1"); in test_empty_skb() 98 SYS(out, "ip link set dev veth0 up"); in test_empty_skb() 99 SYS(out, "ip link set dev veth1 up"); in test_empty_skb() 100 SYS(out, "ip addr add 10.0.0.1/8 dev veth0"); in test_empty_skb() 101 SYS(out, "ip addr add 10.0.0.2/8 dev veth1"); in test_empty_skb() 104 SYS(out, "ip link add ipip0 type ipip local 10.0.0.1 remote 10.0.0.2"); in test_empty_skb() 105 SYS(out, "ip link set ipip0 up"); in test_empty_skb() 106 SYS(out, "ip addr add 192.168.1.1/16 dev ipip0"); in test_empty_skb()
|
D | lwt_reroute.c | 163 SYS(fail, "ip link add link_err type dummy"); in setup() 164 SYS(fail, "ip link set lo up"); in setup() 165 SYS(fail, "ip addr add dev lo " LOCAL_SRC "/32"); in setup() 166 SYS(fail, "ip link set link_err up"); in setup() 167 SYS(fail, "ip link set %s up", tun_dev); in setup() 169 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec lwt_xmit", in setup() 172 SYS(fail, "ip rule add pref 100 from all fwmark %d lookup 100", in setup() 174 SYS(fail, "ip route add t 100 default dev %s", tun_dev); in setup() 228 SYS(fail, "tc qdisc replace dev %s root fq limit 5 flow_limit 5", tun_dev); in test_lwt_reroute_qdisc_dropped()
|
D | ip_check_defrag.c | 46 SYS(fail, "ip netns add " NS0); in setup_topology() 47 SYS(fail, "ip netns add " NS1); in setup_topology() 48 SYS(fail, "ip link add " VETH0 " netns " NS0 " type veth peer name " VETH1 " netns " NS1); in setup_topology() 50 SYS(fail, "ip -6 -net " NS0 " addr add " VETH0_ADDR6 "/64 dev " VETH0 " nodad"); in setup_topology() 51 SYS(fail, "ip -6 -net " NS1 " addr add " VETH1_ADDR6 "/64 dev " VETH1 " nodad"); in setup_topology() 53 SYS(fail, "ip -net " NS0 " addr add " VETH0_ADDR "/24 dev " VETH0); in setup_topology() 54 SYS(fail, "ip -net " NS1 " addr add " VETH1_ADDR "/24 dev " VETH1); in setup_topology() 56 SYS(fail, "ip -net " NS0 " link set dev " VETH0 " up"); in setup_topology() 57 SYS(fail, "ip -net " NS1 " link set dev " VETH1 " up"); in setup_topology()
|
D | xdp_bonding.c | 145 SYS(fail, "ip netns add ns_dst"); in bonding_setup() 146 SYS(fail, "ip link add veth1_1 type veth peer name veth2_1 netns ns_dst"); in bonding_setup() 147 SYS(fail, "ip link add veth1_2 type veth peer name veth2_2 netns ns_dst"); in bonding_setup() 149 SYS(fail, "ip link add bond1 type bond mode %s xmit_hash_policy %s", in bonding_setup() 151 SYS(fail, "ip link set bond1 up address " BOND1_MAC_STR " addrgenmode none"); in bonding_setup() 152 SYS(fail, "ip -netns ns_dst link add bond2 type bond mode %s xmit_hash_policy %s", in bonding_setup() 154 SYS(fail, "ip -netns ns_dst link set bond2 up address " BOND2_MAC_STR " addrgenmode none"); in bonding_setup() 156 SYS(fail, "ip link set veth1_1 master bond1"); in bonding_setup() 158 SYS(fail, "ip link set veth1_2 master bond1"); in bonding_setup() 160 SYS(fail, "ip link set veth1_2 up addrgenmode none"); in bonding_setup() [all …]
|
D | xdp_metadata.c | 298 SYS(out, "ip netns add xdp_metadata"); in test_xdp_metadata() 300 SYS(out, "ip link add numtxqueues 1 numrxqueues 1 " TX_NAME in test_xdp_metadata() 302 SYS(out, "ip link set dev " TX_NAME " address 00:00:00:00:00:01"); in test_xdp_metadata() 303 SYS(out, "ip link set dev " RX_NAME " address 00:00:00:00:00:02"); in test_xdp_metadata() 304 SYS(out, "ip link set dev " TX_NAME " up"); in test_xdp_metadata() 305 SYS(out, "ip link set dev " RX_NAME " up"); in test_xdp_metadata() 306 SYS(out, "ip addr add " TX_ADDR "/" PREFIX_LEN " dev " TX_NAME); in test_xdp_metadata() 307 SYS(out, "ip addr add " RX_ADDR "/" PREFIX_LEN " dev " RX_NAME); in test_xdp_metadata()
|
D | decap_sanity.c | 32 SYS(fail, "ip netns add %s", NS_TEST); in test_decap_sanity() 33 SYS(fail, "ip -net %s -6 addr add %s/128 dev lo nodad", NS_TEST, IPV6_IFACE_ADDR); in test_decap_sanity() 34 SYS(fail, "ip -net %s link set dev lo up", NS_TEST); in test_decap_sanity()
|
D | xdp_dev_bound_only.c | 32 SYS(out, "ip netns add " LOCAL_NETNS); in test_xdp_dev_bound_only_offdev() 36 SYS(out, "ip link add eth42 type veth"); in test_xdp_dev_bound_only_offdev()
|
D | sock_destroy.c | 196 SYS(cleanup, "ip netns add %s", TEST_NS); in test_sock_destroy() 197 SYS(cleanup, "ip -net %s link set dev lo up", TEST_NS); in test_sock_destroy()
|
D | assign_reuse.c | 178 SYS(out, "ip netns add %s", NS_TEST); in test_assign_reuse() 179 SYS(cleanup, "ip -net %s link set dev lo up", NS_TEST); in test_assign_reuse()
|
D | mptcp.c | 69 SYS(fail, "ip netns add %s", NS_TEST); in create_netns() 70 SYS(fail, "ip -net %s link set dev lo up", NS_TEST); in create_netns()
|
/Linux-v6.6/drivers/clk/at91/ |
D | sama7g5.c | 385 .ep = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), }, 402 .ep = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(DDR, DIV0), 410 .ep = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), }, 572 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(IMG, DIV0), 597 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), }, 605 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), }, 613 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), }, 621 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), }, 629 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), }, 637 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), }, [all …]
|
/Linux-v6.6/arch/arm/boot/dts/broadcom/ |
D | bcm53016-meraki-mr32.dts | 62 /* SYS-LED 1 - Tricolor */ 70 /* SYS-LED 1 - Tricolor */ 78 /* SYS-LED 1 - Tricolor */
|
/Linux-v6.6/samples/bpf/ |
D | syscall_nrs.c | 5 #define SYSNR(_NR) DEFINE(SYS ## _NR, _NR)
|
/Linux-v6.6/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.6/drivers/net/ethernet/mscc/ |
D | ocelot_stats.c | 909 WARN(ocelot->map[SYS][last & REG_MASK] >= ocelot->map[SYS][layout[i].reg & REG_MASK], in ocelot_prepare_stats_regions() 911 last, ocelot->map[SYS][last & REG_MASK], in ocelot_prepare_stats_regions() 912 layout[i].reg, ocelot->map[SYS][layout[i].reg & REG_MASK]); in ocelot_prepare_stats_regions() 915 if (region && ocelot->map[SYS][layout[i].reg & REG_MASK] == in ocelot_prepare_stats_regions() 916 ocelot->map[SYS][last & REG_MASK] + 4) { in ocelot_prepare_stats_regions()
|
/Linux-v6.6/tools/perf/trace/beauty/ |
D | signum.c | 41 P_SIGNUM(SYS); in syscall_arg__scnprintf_signum()
|
/Linux-v6.6/arch/sparc/include/uapi/asm/ |
D | perfctr.h | 59 #define SYS 0x00000002 macro
|