Searched refs:NETNS_NAME_SIZE (Results 1 – 1 of 1) sorted by relevance
9 #define NETNS_NAME_SIZE 32 macro436 char ns1[NETNS_NAME_SIZE] = NETNS_BASE "-1-"; in lwt_ip_encap()437 char ns2[NETNS_NAME_SIZE] = NETNS_BASE "-2-"; in lwt_ip_encap()438 char ns3[NETNS_NAME_SIZE] = NETNS_BASE "-3-"; in lwt_ip_encap()444 if (!ASSERT_OK(create_ns(ns1, NETNS_NAME_SIZE), "create ns1")) in lwt_ip_encap()446 if (!ASSERT_OK(create_ns(ns2, NETNS_NAME_SIZE), "create ns2")) in lwt_ip_encap()448 if (!ASSERT_OK(create_ns(ns3, NETNS_NAME_SIZE), "create ns3")) in lwt_ip_encap()