Lines Matching +full:3 +full:c
52 ip link add $2 type veth peer name $3
55 ip link set $3 netns $1
56 ip netns exec $1 ip link set dev $3 up
57 ip netns exec $1 ip addr add $5/24 dev $3
60 ip netns exec $1 ip addr add $6/32 dev $3
143 ping -c 3 $IPVETH1 || {
159 ping -c 3 $IPVETH1 || {
175 ping -c 3 $IP_LOCAL || {
199 ping -c 3 $IPVETH1 || {
212 ping -c 3 $IP_LOCAL || {
230 ping -c 3 $IPVETH1 || {
246 ping -c 3 $IP_LOCAL || {
270 ping -c 3 $IPVETH1 && {
283 ping -c 3 $IP_LOCAL && {
296 ping -c 3 $IPVETH1 || {
309 ping -c 3 $IPVETH1 && {
322 ping -c 3 $IPVETH1 || {
326 out: rewriting from 2fea8c0 to 3fea8c0
327 out: rewriting from 2fea8c0 to 3fea8c0
328 out: rewriting from 2fea8c0 to 3fea8c0" || exit 1
335 ping -c 3 $IPVETH1 && {
377 clang $CLANG_OPTS -c test_lwt_bpf.c -o test_lwt_bpf.o