Searched refs:netns_new (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_context_test_run.c | 186 tx_ns = netns_new(TX_NETNS, false); in test_xdp_context_veth() 190 rx_ns = netns_new(RX_NETNS, false); in test_xdp_context_veth() 271 ns = netns_new(TAP_NETNS, true); in test_xdp_context_tuntap()
|
| H A D | mptcp.c | 198 netns = netns_new(NS_TEST, true); in test_base() 314 netns = netns_new(NS_TEST, true); in test_mptcpify() 422 netns = netns_new(NS_TEST, true); in test_subflow()
|
| H A D | xdp_do_redirect.c | 296 data->ns[0] = netns_new(NS0, false); in ping_setup() 304 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 | btf_skc_cls_ingress.c | 40 ns = netns_new(TEST_NS, true); in prepare_netns()
|
| H A D | sock_post_bind.c | 412 ns = netns_new(TEST_NS, true); in test_sock_post_bind()
|
| 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 | 96 *ns_obj = netns_new(*ns, false); in netns_setup_namespaces() 118 *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 | 802 netns = netns_new("select_reuseport", true); in test_config()
|
| H A D | sockmap_listen.c | 1848 netns = netns_new("sockmap_listen", true); in test_udp_unix_redir()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 473 struct netns_obj *netns_new(const char *name, bool open);
|
| H A D | test_progs.c | 755 struct netns_obj *netns_new(const char *nsname, bool open) in netns_new() function 1388 ns = netns_new(test->test_name, true); in run_one_test()
|