Lines Matching refs:fail

76 		goto fail;  in make_socket()
79 fail: in make_socket()
96 goto fail; in make_server()
100 fail: in make_server()
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()
164 SYS(fail, "ip -net " NS1 " addr add " IP4_ADDR_VETH20 "/24 dev veth20"); in setup()
165 SYS(fail, "ip -net " NS1 " link set dev veth20 up"); in setup()
168 SYS(fail, "ip -net " NS0 " link add vrf1 type vrf table 11"); in setup()
169 SYS(fail, "ip -net " NS0 " route add vrf vrf1 unreachable default" in setup()
171 SYS(fail, "ip -net " NS0 " link set vrf1 alias vrf"); in setup()
172 SYS(fail, "ip -net " NS0 " link set vrf1 up"); in setup()
173 SYS(fail, "ip -net " NS0 " link set veth02 master vrf1"); in setup()
178 goto fail; in setup()
181 goto fail; in setup()
184 goto fail; in setup()
187 goto fail; in setup()
190 goto fail; in setup()
193 fail: in setup()
225 goto fail; in test_lookup()
229 fail: in test_lookup()