Searched refs:netns_new (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | mptcp.c | 200 netns = netns_new(NS_TEST, true); in test_base() 316 netns = netns_new(NS_TEST, true); in test_mptcpify() 424 netns = netns_new(NS_TEST, true); in test_subflow() 559 netns = netns_new(NS_TEST, true); in test_mptcp_sockmap()
|
| H A D | xdp_context_test_run.c | 216 tx_ns = netns_new(TX_NETNS, false); in test_xdp_context_veth() 220 rx_ns = netns_new(RX_NETNS, false); in test_xdp_context_veth() 307 ns = netns_new(TAP_NETNS, true); in test_tuntap() 373 ns = netns_new(TAP_NETNS, true); in test_tuntap_mirred()
|
| H A D | xdp_do_redirect.c | 305 data->ns[0] = netns_new(NS0, false); in ping_setup() 313 data->ns[i] = netns_new(ns_name, false); in ping_setup()
|
| H A D | net_timestamping.c | 160 ns = netns_new("net_timestamping_ns", true); in test_tcp()
|
| H A D | flow_dissector.c | 709 ns = netns_new("flow_dissector_skb_less_indirect_attach_ns", true); in test_flow_dissector_skb_less_direct_attach() 757 ns = netns_new("flow_dissector_skb_less_indirect_attach_ns", true); in test_flow_dissector_skb_less_indirect_attach()
|
| H A D | tc_redirect.c | 98 *ns_obj = netns_new(*ns, false); in netns_setup_namespaces() 120 *ns_obj = netns_new(*ns, false); in netns_setup_namespaces_nofail()
|
| H A D | flow_dissector_classification.c | 740 ctx->ns = netns_new("flow_dissector_classification", true); in test_global_init()
|
| H A D | select_reuseport.c | 803 netns = netns_new("select_reuseport", true); in test_config() 804 if (!ASSERT_OK_PTR(netns, "netns_new")) in test_config()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 503 struct netns_obj *netns_new(const char *name, bool open);
|
| H A D | test_progs.c | 784 struct netns_obj *netns_new(const char *nsname, bool open) in netns_new() function 1431 ns = netns_new(test->test_name, true); in run_one_test()
|