Home
last modified time | relevance | path

Searched refs:SYS (Results 1 – 25 of 62) sorted by relevance

123

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_ip_encap.c88 SYS(fail, "ip netns add %s", name); in create_ns()
91 SYS(fail, "ip netns exec %s sysctl -wq net.ipv4.conf.all.rp_filter=0", name); in create_ns()
92 SYS(fail, "ip netns exec %s sysctl -wq net.ipv4.conf.default.rp_filter=0", name); in create_ns()
94 SYS(fail, "ip netns exec %s sysctl -wq net.ipv6.conf.all.accept_dad=0", name); in create_ns()
95 SYS(fail, "ip netns exec %s sysctl -wq net.ipv6.conf.default.accept_dad=0", name); in create_ns()
104 SYS(fail, "ip -n %s a add %s/24 dev veth1", ns1, IP4_ADDR_1); in set_top_addr()
105 SYS(fail, "ip -n %s a add %s/24 dev veth2", ns2, IP4_ADDR_2); in set_top_addr()
106 SYS(fail, "ip -n %s a add %s/24 dev veth3", ns2, IP4_ADDR_3); in set_top_addr()
107 SYS(fail, "ip -n %s a add %s/24 dev veth4", ns3, IP4_ADDR_4); in set_top_addr()
108 SYS(fail, "ip -n %s -6 a add %s/128 dev veth1", ns1, IP6_ADDR_1); in set_top_addr()
[all …]
H A Dlwt_seg6local.c48 SYS(fail, "ip netns add %s%d", NETNS_BASE, ns); in setup()
50 SYS(fail, "ip -n %s6 link set dev lo up", NETNS_BASE); in setup()
57 SYS(fail, "ip -n %s%d link add veth%d type veth peer name veth%d netns %s%d", in setup()
60 SYS(fail, "ip -n %s%d link set dev veth%d up", NETNS_BASE, ns, local_id); in setup()
61 SYS(fail, "ip -n %s%d link set dev veth%d up", NETNS_BASE, next_ns, peer_id); in setup()
64 SYS(fail, "ip -n %s%d -6 addr add fb00::%d%d/16 dev veth%d scope link", in setup()
66 SYS(fail, "ip -n %s%d -6 addr add fb00::%d%d/16 dev veth%d scope link", in setup()
71 SYS(fail, "ip -n %s5 -6 route add fb00::109 table 117 dev veth9 scope link", NETNS_BASE); in setup()
73 SYS(fail, "ip -n %s1 -6 addr add fb00::1/16 dev lo", NETNS_BASE); in setup()
74 SYS(fail, "ip -n %s1 -6 route add fb00::6 dev veth1 via fb00::21", NETNS_BASE); in setup()
[all …]
H A Dtest_tunnel.c128 SYS(fail, "ip netns add at_ns0"); in add_vxlan_tunnel()
129 SYS(fail, "ip link add veth0 address " MAC_VETH1 " type veth peer name veth1"); in add_vxlan_tunnel()
130 SYS(fail, "ip link set veth0 netns at_ns0"); in add_vxlan_tunnel()
131 SYS(fail, "ip addr add " IP4_ADDR1_VETH1 "/24 dev veth1"); in add_vxlan_tunnel()
132 SYS(fail, "ip link set dev veth1 up mtu 1500"); in add_vxlan_tunnel()
133 SYS(fail, "ip netns exec at_ns0 ip addr add " IP4_ADDR_VETH0 "/24 dev veth0"); in add_vxlan_tunnel()
134 SYS(fail, "ip netns exec at_ns0 ip link set dev veth0 up mtu 1500"); in add_vxlan_tunnel()
152 SYS(fail, "ip netns exec at_ns0 ip link add dev %s type vxlan external gbp dstport 4789",
154 SYS(fail, "ip netns exec at_ns0 ip link set dev %s address %s up", in delete_vxlan_tunnel()
156 SYS(fai in delete_vxlan_tunnel()
[all...]
H A Dxdp_flowtable.c78 SYS(out, "ip netns add " TX_NETNS_NAME); in test_xdp_flowtable()
79 SYS(out, "ip netns add " RX_NETNS_NAME); in test_xdp_flowtable()
85 SYS(out, "sysctl -qw net.ipv4.conf.all.forwarding=1"); in test_xdp_flowtable()
87 SYS(out, "ip link add " TX_NAME " type veth peer " FORWARD_NAME); in test_xdp_flowtable()
88 SYS(out, "ip link set " TX_NAME " netns " TX_NETNS_NAME); in test_xdp_flowtable()
89 SYS(out, "ip link set dev " FORWARD_NAME " address " FORWARD_MAC); in test_xdp_flowtable()
90 SYS(out, in test_xdp_flowtable()
92 SYS(out, "ip link set dev " FORWARD_NAME " up"); in test_xdp_flowtable()
94 SYS(out, "ip link add " RX_NAME " type dummy"); in test_xdp_flowtable()
95 SYS(out, "ip link set dev " RX_NAME " address " RX_MAC); in test_xdp_flowtable()
[all …]
H A Dxfrm_info.c114 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 …]
H A Dfib_lookup.c435 SYS(fail, "ip link add veth1 type veth peer name veth2"); in setup_netns()
436 SYS(fail, "ip link set dev veth1 up"); in setup_netns()
437 SYS(fail, "ip link set dev veth2 up"); in setup_netns()
447 SYS(fail, "ip addr add %s/64 dev veth1 nodad", IPV6_IFACE_ADDR); in setup_netns()
448 SYS(fail, "ip neigh add %s dev veth1 nud failed", IPV6_NUD_FAILED_ADDR); in setup_netns()
449 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV6_NUD_STALE_ADDR, DMAC); in setup_netns()
451 SYS(fail, "ip addr add %s/24 dev veth1", IPV4_IFACE_ADDR); in setup_netns()
452 SYS(fail, "ip neigh add %s dev veth1 nud failed", IPV4_NUD_FAILED_ADDR); in setup_netns()
453 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV4_NUD_STALE_ADDR, DMAC); in setup_netns()
456 SYS(fail, "ip addr add %s/24 dev veth1", IPV4_IFACE_ADDR_SEC); in setup_netns()
[all …]
H A Dxdp_synproxy.c67 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 …]
H A Dvrf_socket_lookup.c148 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 …]
H A Dtc_qevent.c57 SYS(unpin, "ip netns add %s", NS_TX); in run_qevent_redirect()
58 SYS(del_tx, "ip netns add %s", NS_RX); in run_qevent_redirect()
59 SYS(del_rx, "ip -n %s link add veth0 type veth peer name veth1 netns %s", NS_TX, NS_RX); in run_qevent_redirect()
60 SYS(del_rx, "ip -n %s addr add %s/24 dev veth0", NS_TX, IP_TX); in run_qevent_redirect()
61 SYS(del_rx, "ip -n %s link set veth0 up", NS_TX); in run_qevent_redirect()
62 SYS(del_rx, "ip -n %s addr add %s/24 dev veth1", NS_RX, IP_RX); in run_qevent_redirect()
63 SYS(del_rx, "ip -n %s link set veth1 up", NS_RX); in run_qevent_redirect()
69 SYS(close_ns, "tc qdisc add dev veth0 root handle 1: htb default 1"); in run_qevent_redirect()
70 SYS(close_ns, "tc class add dev veth0 parent 1: classid 1:1 htb rate 1mbit ceil 1mbit"); in run_qevent_redirect()
H A Dxsk.c16 SYS(fail, in setup_veth()
19 SYS(fail, "sysctl -wq net.ipv6.conf.%s.disable_ipv6=1", VETH_RX); in setup_veth()
20 SYS(fail, "sysctl -wq net.ipv6.conf.%s.disable_ipv6=1", VETH_TX); in setup_veth()
23 SYS(fail, "echo 2 > /sys/class/net/%s/napi_defer_hard_irqs", VETH_RX); in setup_veth()
24 SYS(fail, "echo 200000 > /sys/class/net/%s/gro_flush_timeout", VETH_RX); in setup_veth()
25 SYS(fail, "echo 2 > /sys/class/net/%s/napi_defer_hard_irqs", VETH_TX); in setup_veth()
26 SYS(fail, "echo 200000 > /sys/class/net/%s/gro_flush_timeout", VETH_TX); in setup_veth()
29 SYS(fail, "ip link set %s mtu %d", VETH_RX, MTU); in setup_veth()
30 SYS(fail, "ip link set %s mtu %d", VETH_TX, MTU); in setup_veth()
31 SYS(fail, "ip link set %s up", VETH_RX); in setup_veth()
[all …]
H A Dxdp_do_redirect.c133 SYS(out, "ip netns add testns"); in test_xdp_do_redirect()
138 SYS(out, "ip link add veth_src type veth peer name veth_dst"); in test_xdp_do_redirect()
139 SYS(out, "ip link set dev veth_src address 00:11:22:33:44:55"); in test_xdp_do_redirect()
140 SYS(out, "ip link set dev veth_dst address 66:77:88:99:aa:bb"); in test_xdp_do_redirect()
141 SYS(out, "ip link set dev veth_src up"); in test_xdp_do_redirect()
142 SYS(out, "ip link set dev veth_dst up"); in test_xdp_do_redirect()
143 SYS(out, "ip addr add dev veth_src fc00::1/64"); in test_xdp_do_redirect()
144 SYS(out, "ip addr add dev veth_dst fc00::2/64"); in test_xdp_do_redirect()
145 SYS(out, "ip neigh add fc00::2 dev veth_src lladdr 66:77:88:99:aa:bb"); in test_xdp_do_redirect()
158 SYS(out, "sysctl -qw net.ipv6.conf.all.forwarding=1"); in test_xdp_do_redirect()
[all …]
H A Dlwt_redirect.c206 SYS(fail, "sysctl -w net.ipv6.conf.all.disable_ipv6=1"); in setup_redirect_target()
207 SYS(fail, "ip link add link_err type dummy"); in setup_redirect_target()
208 SYS(fail, "ip link set lo up"); in setup_redirect_target()
209 SYS(fail, "ip addr add dev lo " LOCAL_SRC "/32"); in setup_redirect_target()
210 SYS(fail, "ip link set link_err up"); in setup_redirect_target()
211 SYS(fail, "ip link set %s up", target_dev); in setup_redirect_target()
213 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec %s", in setup_redirect_target()
216 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec %s", in setup_redirect_target()
267 SYS(out, "ip link set %s down", target_dev); in __test_lwt_redirect_dev_down()
298 SYS(out, "ip link add vlan100 link %s type vlan id 100", lower_dev); in test_lwt_redirect_dev_carrier_down()
[all …]
H A Dtc_redirect.c214 SYS(fail, "ip link add src address " MAC_SRC " type veth " in netns_setup_links_and_routes()
216 SYS(fail, "ip link add dst address " MAC_DST " type veth " in netns_setup_links_and_routes()
249 SYS(fail, "ip link set src netns " NS_SRC); in netns_setup_links_and_routes()
250 SYS(fail, "ip link set src_fwd netns " NS_FWD); in netns_setup_links_and_routes()
251 SYS(fail, "ip link set dst_fwd netns " NS_FWD); in netns_setup_links_and_routes()
252 SYS(fail, "ip link set dst netns " NS_DST); in netns_setup_links_and_routes()
259 SYS(fail, "ip addr add " IP4_SRC "/32 dev src"); in netns_setup_links_and_routes()
260 SYS(fail, "ip addr add " IP6_SRC "/128 dev src nodad"); in netns_setup_links_and_routes()
261 SYS(fail, "ip link set dev src up"); in netns_setup_links_and_routes()
263 SYS(fail, "ip route add " IP4_DST "/32 dev src scope global"); in netns_setup_links_and_routes()
[all …]
H A Dtest_tc_tunnel.c266 SYS(fail, "ip fou %s port %d ipproto %d%s", add ? "add" : "del", in configure_fou_rx_port()
287 SYS(fail, "ip link set dev testtun0 address " MAC_ADDR_VETH2); in update_tunnel_intf_addr()
295 SYS(fail, "sysctl -qw net.mpls.platform_labels=%d", in configure_kernel_for_mpls()
297 SYS(fail, "ip -f mpls route add 1000 dev lo"); in configure_kernel_for_mpls()
298 SYS(fail, "ip link set lo up"); in configure_kernel_for_mpls()
299 SYS(fail, "sysctl -qw net.mpls.conf.testtun0.input=1"); in configure_kernel_for_mpls()
300 SYS(fail, "sysctl -qw net.ipv4.conf.lo.rp_filter=0"); in configure_kernel_for_mpls()
326 SYS(fail, "ip link add name testtun0 type %s %s remote %s local %s %s", in configure_kernel_decapsulation()
337 SYS(fail, "sysctl -qw net.ipv4.conf.all.rp_filter=0"); in configure_kernel_decapsulation()
338 SYS(fail, "sysctl -qw net.ipv4.conf.testtun0.rp_filter=0"); in configure_kernel_decapsulation()
[all …]
H A Dxdp_bonding.c145 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 …]
H A Dempty_skb.c119 SYS(out, "ip netns add empty_skb"); in test_empty_skb()
123 SYS(out, "ip link add veth0 type veth peer veth1"); in test_empty_skb()
124 SYS(out, "ip link set dev veth0 up"); in test_empty_skb()
125 SYS(out, "ip link set dev veth1 up"); in test_empty_skb()
126 SYS(out, "ip addr add 10.0.0.1/8 dev veth0"); in test_empty_skb()
127 SYS(out, "ip addr add 10.0.0.2/8 dev veth1"); in test_empty_skb()
130 SYS(out, "ip link add ipip0 type ipip local 10.0.0.1 remote 10.0.0.2"); in test_empty_skb()
131 SYS(out, "ip link set ipip0 up"); in test_empty_skb()
132 SYS(out, "ip addr add 192.168.1.1/16 dev ipip0"); in test_empty_skb()
H A Dlwt_reroute.c165 SYS(fail, "ip link add link_err type dummy"); in setup()
166 SYS(fail, "ip link set lo up"); in setup()
167 SYS(fail, "ip addr add dev lo " LOCAL_SRC "/32"); in setup()
168 SYS(fail, "ip link set link_err up"); in setup()
169 SYS(fail, "ip link set %s up", tun_dev); in setup()
171 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec lwt_xmit", in setup()
174 SYS(fail, "ip rule add pref 100 from all fwmark %d lookup 100", in setup()
176 SYS(fail, "ip route add t 100 default dev %s", tun_dev); in setup()
230 SYS(fail, "tc qdisc replace dev %s root fq limit 5 flow_limit 5", tun_dev); in test_lwt_reroute_qdisc_dropped()
H A Dbpf_qdisc.c104 SYS(out, "ip link add veth0 type veth peer veth1"); in test_qdisc_attach_to_mq()
106 SYS(out, "tc qdisc add dev veth0 root handle 1: mq"); in test_qdisc_attach_to_mq()
113 SYS(out, "tc qdisc delete dev veth0 root mq"); in test_qdisc_attach_to_mq()
135 SYS(out, "tc qdisc add dev lo root handle 1: htb"); in test_qdisc_attach_to_non_root()
136 SYS(out_del_htb, "tc class add dev lo parent 1: classid 1:1 htb rate 75Kbit"); in test_qdisc_attach_to_non_root()
143 SYS(out, "tc qdisc delete dev lo root htb"); in test_qdisc_attach_to_non_root()
205 SYS(out, "ip link add veth0 type veth peer veth1"); in test_default_qdisc_attach_to_mq()
206 SYS(out, "tc qdisc add dev veth0 root handle 1: mq"); in test_default_qdisc_attach_to_mq()
210 SYS(out, "tc qdisc delete dev veth0 root mq"); in test_default_qdisc_attach_to_mq()
H A Dip_check_defrag.c46 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()
H A Dxdp_context_test_run.c265 SYS(close, "ip link add " RX_NAME " netns " RX_NETNS in test_xdp_context_veth()
272 SYS(close, "ip link set dev " RX_NAME " up"); in test_xdp_context_veth()
312 SYS(close, "ip link set dev " TX_NAME " up"); in test_xdp_context_veth()
356 SYS(close, "ip link set dev " TAP_NAME " up"); in test_tuntap()
419 SYS(close, "ip link add name " DUMMY_NAME " type dummy"); in test_tuntap_mirred()
420 SYS(close, "ip link set dev " DUMMY_NAME " up"); in test_tuntap_mirred()
441 SYS(close, "ip link set dev " TAP_NAME " up"); in test_tuntap_mirred()
452 SYS(close, "tc qdisc add dev " TAP_NAME " clsact"); in test_tuntap_mirred()
453 SYS(close, "tc filter add dev " TAP_NAME " ingress " in test_tuntap_mirred()
636 SYS(close, "ip link set dev " TAP_NAME " address " RX_MAC); in test_lwt_encap()
[all …]
H A Dxdp_metadata.c368 SYS(out, "ip netns add " TX_NETNS_NAME); in test_xdp_metadata()
369 SYS(out, "ip netns add " RX_NETNS_NAME); in test_xdp_metadata()
374 SYS(out, "ip link add numtxqueues 1 numrxqueues 1 " TX_NAME in test_xdp_metadata()
376 SYS(out, "ip link set " RX_NAME " netns " RX_NETNS_NAME); in test_xdp_metadata()
378 SYS(out, "ip link set dev " TX_NAME " address " TX_MAC); in test_xdp_metadata()
379 SYS(out, "ip link set dev " TX_NAME " up"); in test_xdp_metadata()
381 SYS(out, "ip link add link " TX_NAME " " TX_NAME_VLAN in test_xdp_metadata()
383 SYS(out, "ip link set dev " TX_NAME_VLAN " up"); in test_xdp_metadata()
384 SYS(out, "ip addr add " TX_ADDR "/" PREFIX_LEN " dev " TX_NAME_VLAN); in test_xdp_metadata()
387 SYS(out, "ip -4 neigh add " RX_ADDR " lladdr " RX_MAC " dev " TX_NAME_VLAN); in test_xdp_metadata()
[all …]
H A Dtest_xdp_veth.c183 SYS(fail, "ip netns add %s", net_config->ns0_name);
189 SYS(fail, "ip netns add %s", net_config->veth_cfg[i].namespace); in test_xdp_veth_redirect()
198 SYS(fail, "ip link add %s type veth peer name %s netns %s", in test_xdp_veth_redirect()
201 SYS(fail, "ip link set dev %s up", net_config->veth_cfg[i].local_veth); in test_xdp_veth_redirect()
203 SYS(fail, "ip -n %s addr add %s/24 dev %s", in test_xdp_veth_redirect()
207 SYS(fail, "ip -n %s link set dev %s up", net_config->veth_cfg[i].namespace, in test_xdp_veth_redirect()
398 SYS(destroy_xdp_redirect_map,
511 SYS(destroy_xdp_redirect_map,
644 SYS(destroy_xdp_redirect_map,
H A Dxdp_devmap_attach.c30 SYS(out_close, "ip netns add %s", TEST_NS); in test_xdp_with_devmap_helpers()
34 SYS(out_close, "ip link set dev lo up"); in test_xdp_with_devmap_helpers()
188 SYS(out_close, "ip netns add %s", TEST_NS); in test_xdp_with_devmap_helpers_veth()
193 SYS(out_close, "ip link add veth_src type veth peer name veth_dst"); in test_xdp_with_devmap_helpers_veth()
194 SYS(out_close, "ip link set dev veth_src up"); in test_xdp_with_devmap_helpers_veth()
195 SYS(out_close, "ip link set dev veth_dst up"); in test_xdp_with_devmap_helpers_veth()
H A Ddecap_sanity.c31 SYS(fail, "ip netns add %s", NS_TEST); in test_decap_sanity()
32 SYS(fail, "ip -net %s -6 addr add %s/128 dev lo nodad", NS_TEST, IPV6_IFACE_ADDR); in test_decap_sanity()
33 SYS(fail, "ip -net %s link set dev lo up", NS_TEST); in test_decap_sanity()
/linux/drivers/clk/at91/
H A Dsama7g5.c380 .ep = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), },
397 .ep = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(DDR, DIV0),
405 .ep = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), },
567 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(IMG, DIV0),
592 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), },
600 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), },
608 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), },
616 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), },
624 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), },
632 .pp = { PLL_IDS_TO_ARR_ENTRY(SYS, DIV0), PLL_IDS_TO_ARR_ENTRY(BAUD, DIV0), },
[all …]

123