Home
last modified time | relevance | path

Searched refs:add (Results 101 – 125 of 3750) sorted by relevance

12345678910>>...150

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Ddual_vxlan_bridge.sh89 tc qdisc add dev $h1 clsact
103 tc qdisc add dev $h2 clsact
116 ip address add dev $rp1 192.0.2.17/28
215 tc qdisc add dev v1 clsact
238 ip address add dev $in_if $in_addr/28
239 tc qdisc add dev $in_if clsact
244 ip link add name w1 type veth peer name w2
256 tc qdisc add dev $vxlan_name clsact
268 ip netns add ns1
285 ip netns add ns2
[all …]
H A Drouter_multicast.sh44 ip route add 198.51.100.16/28 vrf v$h1 nexthop via 198.51.100.1
50 tc qdisc add dev $h1 ingress
76 tc qdisc add dev $h2 ingress
102 tc qdisc add dev $h3 ingress
124 ip address add 198.51.100.1/28 dev $rp1
125 ip address add 198.51.100.17/28 dev $rp2
126 ip address add 198.51.100.33/28 dev $rp3
128 ip address add 2001:db8:1::1/64 dev $rp1
129 ip address add 2001:db8:2::1/64 dev $rp2
130 ip address add 2001:db8:3::1/64 dev $rp3
[all …]
H A Dvxlan_bridge_1q_ipv6.sh120 tc qdisc add dev $h1 clsact
136 tc qdisc add dev $h2 clsact
176 tc qdisc add dev $rp1 clsact
196 tc qdisc add dev $swp1 clsact
256 tc qdisc add dev v1 clsact
290 bridge vlan add vid 10 dev w1
291 bridge vlan add vid 20 dev w1
300 tc qdisc add dev vx10 clsact
311 tc qdisc add dev vx20 clsact
326 ip netns add ns1
[all …]
H A Dip6gre_lib.sh200 ip route add 203.0.113.0/24 dev g1a
201 ip -6 route add 2001:db8:2::/64 dev g1a
239 ip route add vrf v$ol2 198.51.100.0/24 dev g2a
267 ip link add name dummy1 type dummy
276 ip route add vrf v$ol1 203.0.113.0/24 dev g1a
307 ip link add name dummy2 type dummy
320 ip route add vrf v$ol2 198.51.100.0/24 dev g2a
350 tc qdisc add dev $ul1 clsact
354 tc qdisc add dev $ol2 clsact
383 tc qdisc add dev $ul1 clsact
[all …]
H A Drouter_nh.sh21 ip address add 192.0.2.2/24 dev $h1
22 ip address add 2001:db8:1::2/64 dev $h1
48 ip address add 198.51.100.2/24 dev $h2
49 ip address add 2001:db8:2::2/64 dev $h2
72 tc qdisc add dev $rp2 clsact
74 ip address add 192.0.2.1/24 dev $rp1
75 ip address add 2001:db8:1::1/64 dev $rp1
77 ip address add 198.51.100.1/24 dev $rp2
78 ip address add 2001:db8:2::1/64 dev $rp2
99 ip -6 nexthop add id 101 dev $rp1
[all …]
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh68 ip netns add $i || exit $ksft_skip
78 ip -net "$ns1" addr add 10.0.1.1/24 dev ns1eth1
81 ip -net "$ns1" route add default via 10.0.1.2
82 ip -net "$ns1" route add default via dead:beef:1::2
84 ip -net "$ns1" addr add 10.0.2.1/24 dev ns1eth2
93 ip -net "$ns2" addr add 10.0.1.2/24 dev ns2eth1
97 ip -net "$ns2" addr add 10.0.2.2/24 dev ns2eth2
101 ip -net "$ns2" addr add 10.0.3.2/24 dev ns2eth3
107 ip -net "$ns3" addr add 10.0.3.3/24 dev ns3eth1
110 ip -net "$ns3" route add default via 10.0.3.2
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Drtnetlink.sh213 ip rule add fwmark 1 lookup 100
253 ip route add 10.23.8.0/24 \
583 ip netns add "$testns"
767 ip x s add $ipsecid \
791 ip x p add $ipsecsel \
874 ip addr add $srcip dev $dev
962 ip netns add "$testns"
1012 ip netns add "$testns"
1068 ip netns add "$testns"
1133 ip netns add "$testns"
[all …]
H A Dtest_ingress_egress_chaining.sh43 ip link add $veth1 type veth peer name $peer1
44 ip link add $veth2 type veth peer name $peer2
45 ip addr add $ip_peer1/24 dev $peer1
47 ip netns add $ns
49 ip netns exec $ns ip addr add $ip_peer2/24 dev $peer2
55 tc qdisc add dev $veth2 ingress
56 tc qdisc add dev $veth1 ingress
57 tc filter add dev $veth2 ingress prio 1 proto all flower \
59 tc filter add dev $veth1 ingress prio 1 proto all flower \
63 tc qdisc add dev $peer1 clsact
[all …]
H A Dtraceroute.sh72 ip netns add ${ns}
76 ip netns exec ${ns} ip addr add dev lo ${addr}
79 ip netns exec ${ns} ip -6 addr add dev lo ${addr6}
82 ip netns exec ${ns} ip ro add unreachable default metric 8192
110 ip netns exec ${ns1} ip addr add dev ${ns1_dev} ${ns1_addr}
114 ip netns exec ${ns2} ip addr add dev ${ns2_dev} ${ns2_addr}
186 ip netns exec host-2 ip route add default via 2000:103::2
199 ip netns exec host-1 ip route add default via 2000:101::1
263 ip netns exec host-1 ip route add default via 1.0.1.1
265 ip netns exec router ip addr add 1.0.1.1/24 dev eth1
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh89 ip link add dev br0 type bridge mcast_snooping 0
123 ip link add dev br0 type bridge
141 ip link add name dummy1 up type dummy
195 ip link add name dummy1 up type dummy
457 ip address add $LOCAL_IP_1/$PREFIX_LEN dev lo
771 bridge vlan add dev vxlan0 vid $vid
938 bridge vlan add vid 10 dev $swp1
939 bridge vlan add vid 20 dev $swp1
1051 bridge vlan add vid 10 dev vxlan10 untagged
1059 bridge vlan add vid 20 dev vxlan20 untagged
[all …]
/openbmc/qemu/accel/tcg/
H A Dmeson.build2 common_ss.add(when: 'CONFIG_TCG', if_true: files(
5 tcg_ss.add(files(
14 tcg_ss.add(when: 'CONFIG_USER_ONLY', if_true: files('user-exec.c'))
15 tcg_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_false: files('user-exec-stub.c'))
17 tcg_ss.add(files('plugin-gen.c'))
19 tcg_ss.add(when: libdw, if_true: files('debuginfo.c'))
20 tcg_ss.add(when: 'CONFIG_LINUX', if_true: files('perf.c'))
23 specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: files(
27 system_ss.add(when: ['CONFIG_TCG'], if_true: files(
32 tcg_module_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: files(
/openbmc/qemu/hw/tpm/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_TPM_TIS', if_true: files('tpm_tis_common.c'))
2 system_ss.add(when: 'CONFIG_TPM_TIS_ISA', if_true: files('tpm_tis_isa.c'))
3 system_ss.add(when: 'CONFIG_TPM_TIS_SYSBUS', if_true: files('tpm_tis_sysbus.c'))
4 system_ss.add(when: 'CONFIG_TPM_TIS_I2C', if_true: files('tpm_tis_i2c.c'))
5 system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_crb.c'))
6 system_ss.add(when: 'CONFIG_TPM_TIS', if_true: files('tpm_ppi.c'))
7 system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_ppi.c'))
9 specific_ss.add(when: 'CONFIG_TPM_SPAPR', if_true: files('tpm_spapr.c'))
/openbmc/qemu/hw/net/can/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_CAN_SJA1000', if_true: files('can_sja1000.c'))
2 system_ss.add(when: 'CONFIG_CAN_PCI', if_true: files('can_kvaser_pci.c'))
3 system_ss.add(when: 'CONFIG_CAN_PCI', if_true: files('can_pcm3680_pci.c'))
4 system_ss.add(when: 'CONFIG_CAN_PCI', if_true: files('can_mioe3680_pci.c'))
5 system_ss.add(when: 'CONFIG_CAN_CTUCANFD', if_true: files('ctucan_core.c'))
6 system_ss.add(when: 'CONFIG_CAN_CTUCANFD_PCI', if_true: files('ctucan_pci.c'))
7 system_ss.add(when: 'CONFIG_XLNX_ZYNQMP', if_true: files('xlnx-zynqmp-can.c'))
8 system_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files('xlnx-versal-canfd.c'))
/openbmc/linux/arch/sparc/lib/
H A Dstrncmp_32.S24 add %g3, 1, %g3
29 add %o1, 1, %o1
40 add %g3,1, %g3
45 add %o1, 1, %o1
56 add %g3, 1, %g3
61 add %o1, 1, %o1
72 add %g3, 1, %g3
77 add %o1, 1, %o1
81 add %o4, -1, %o4
97 add %g3, 1, %g3
[all …]
H A Dcopy_in_user.S30 add %o4, %o2, %o4
32 add %o4, 8, %o0
35 add %o2, 4, %o0
38 add %o2, 1, %o0
66 add %o1, 0x8, %o1
75 add %o1, 0x4, %o1
76 add %o0, 0x4, %o0
92 add %o1, 4, %o1
94 add %o0, 4, %o0
104 add %o1, 1, %o1
[all …]
H A Dcopy_user.S167 add %o1, 1, %o1
174 add %o1, 2, %o1
181 add %o1, 2, %o1
208 add %o1, 4, %o1
209 add %o0, 4, %o0
250 add %o0, 8, %o0
251 add %o1, 8, %o1
259 add %o1, 4, %o1
261 add %o0, 4, %o0
267 add %o1, 2, %o1
[all …]
/openbmc/qemu/hw/mem/
H A Dmeson.build2 mem_ss.add(files('memory-device.c'))
3 mem_ss.add(when: 'CONFIG_DIMM', if_true: files('pc-dimm.c'))
4 mem_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_mc.c'))
5 mem_ss.add(when: 'CONFIG_NVDIMM', if_true: files('nvdimm.c'))
6 mem_ss.add(when: 'CONFIG_CXL_MEM_DEVICE', if_true: files('cxl_type3.c'))
7 system_ss.add(when: 'CONFIG_CXL_MEM_DEVICE', if_false: files('cxl_type3_stubs.c'))
8 system_ss.add(when: 'CONFIG_ALL', if_true: files('cxl_type3_stubs.c'))
12 system_ss.add(when: 'CONFIG_SPARSE_MEM', if_true: files('sparse-mem.c'))
/openbmc/linux/arch/powerpc/crypto/
H A Dsha256-spe-asm.S120 add d,d,h; /* 1: d = d + temp1 */ \
151 add c,c,g; /* 2: d = d + temp1 */ \
198 add d,d,h; /* 1: d = d + temp1 */ \
278 add rH0,rH0,rW0
280 add rH1,rH1,rW1
282 add rH2,rH2,rW2
284 add rH3,rH3,rW3
286 add rH4,rH4,rW4
288 add rH5,rH5,rW5
290 add rH6,rH6,rW6
[all …]
/openbmc/qemu/hw/ipmi/
H A Dmeson.build2 ipmi_ss.add(when: 'CONFIG_IPMI', if_true: files('ipmi.c', 'ipmi_kcs.c', 'ipmi_bt.c'))
3 ipmi_ss.add(when: 'CONFIG_IPMI_LOCAL', if_true: files('ipmi_bmc_sim.c'))
4 ipmi_ss.add(when: 'CONFIG_IPMI_EXTERN', if_true: files('ipmi_bmc_extern.c'))
5 ipmi_ss.add(when: 'CONFIG_ISA_IPMI_KCS', if_true: files('isa_ipmi_kcs.c'))
6 ipmi_ss.add(when: 'CONFIG_PCI_IPMI_KCS', if_true: files('pci_ipmi_kcs.c'))
7 ipmi_ss.add(when: 'CONFIG_ISA_IPMI_BT', if_true: files('isa_ipmi_bt.c'))
8 ipmi_ss.add(when: 'CONFIG_PCI_IPMI_BT', if_true: files('pci_ipmi_bt.c'))
9 ipmi_ss.add(when: 'CONFIG_IPMI_SSIF', if_true: files('smbus_ipmi.c'))
/openbmc/linux/arch/sparc/kernel/
H A Dsun4v_ivec.S40 add %g5, %g3, %g5
42 add %g3, 1, %g3
57 add %g2, 0x8, %g2
60 add %g2, 0x8, %g2
98 add %g2, 0x40, %g2
125 add %g4, %g3, %g4
170 add %g2, 0x08, %g2
173 add %g2, 0x08, %g2
176 add %g2, 0x08, %g2
179 add %g2, 0x08, %g2
[all …]
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dipvs.sh69 ip netns add ns0
70 ip netns add ns1
71 ip netns add ns2
79 ip netns exec ns0 ip link add br0 type bridge
83 ip netns exec ns0 ip addr add ${cip_v4}/24 dev br0
87 ip netns exec ns1 ip addr add ${gip_v4}/24 dev veth10
144 ip netns exec ns1 ip addr add ${vip_v4}/32 dev lo:1
152 ip netns exec ns2 ip addr add ${vip_v4}/32 dev lo:1
163 ip netns exec ns1 ip addr add ${vip_v4}/32 dev lo:1
181 ip netns exec ns1 ip addr add ${vip_v4}/32 dev lo:1
[all …]
H A Dnft_flowtable.sh45 ip netns add $ns1
46 ip netns add $ns2
47 ip netns add $nsr2
74 ip -net $nsr1 addr add 10.0.1.1/24 dev veth0
75 ip -net $nsr1 addr add dead:1::1/64 dev veth0
77 ip -net $nsr2 addr add 10.0.2.1/24 dev veth1
78 ip -net $nsr2 addr add dead:2::1/64 dev veth1
147 ip -net $ns1 addr add 10.0.1.99/24 dev eth0
148 ip -net $ns2 addr add 10.0.2.99/24 dev eth0
149 ip -net $ns1 route add default via 10.0.1.1
[all …]
/openbmc/linux/arch/sparc/mm/
H A Dswift.S33 add %o0, %o0, %o1
79 add %o1, 2048, %o2
80 add %o2, 2048, %o3
82 add %o4, 2048, %o5
83 add %o5, 2048, %g2
84 add %g2, 2048, %g3
95 add %o0, 32, %o0
145 add %o0, 512, %o2
146 add %o2, 512, %o3
147 add %o3, 512, %o4
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dtc_flower_chains.sh109 tc qdisc add dev $eth clsact
148 ip link add br0 type bridge
153 ip link add link $h1 name $h1.100 type vlan id 100
156 ip link add link $h1 name $h1.200 type vlan id 200
164 tc filter add dev $swp1 egress chain $(ES0) pref 1 \
244 bridge vlan add dev $swp1 vid 200
245 bridge vlan add dev $swp1 vid 300
246 bridge vlan add dev $swp2 vid 300
283 tc qdisc add dev $swp2 clsact
286 bridge vlan add dev $swp1 vid 200
[all …]
/openbmc/qemu/hw/vfio/
H A Dmeson.build2 vfio_ss.add(files(
9 vfio_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
14 vfio_ss.add(when: 'CONFIG_VFIO_CCW', if_true: files('ccw.c'))
15 vfio_ss.add(when: 'CONFIG_VFIO_PLATFORM', if_true: files('platform.c'))
16 vfio_ss.add(when: 'CONFIG_VFIO_XGMAC', if_true: files('calxeda-xgmac.c'))
17 vfio_ss.add(when: 'CONFIG_VFIO_AMD_XGBE', if_true: files('amd-xgbe.c'))
18 vfio_ss.add(when: 'CONFIG_VFIO_AP', if_true: files('ap.c'))
19 vfio_ss.add(when: 'CONFIG_VFIO_IGD', if_true: files('igd.c'))

12345678910>>...150