Home
last modified time | relevance | path

Searched full:nest_ip (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_dump_flush.c24 struct nlattr *nest, *nest_ip, *nest_proto; in build_cta_tuple_v4() local
30 nest_ip = mnl_attr_nest_start(nlh, CTA_TUPLE_IP); in build_cta_tuple_v4()
31 if (!nest_ip) in build_cta_tuple_v4()
35 mnl_attr_nest_end(nlh, nest_ip); in build_cta_tuple_v4()
54 struct nlattr *nest, *nest_ip, *nest_proto; in build_cta_tuple_v6() local
60 nest_ip = mnl_attr_nest_start(nlh, CTA_TUPLE_IP); in build_cta_tuple_v6()
61 if (!nest_ip) in build_cta_tuple_v6()
65 mnl_attr_nest_end(nlh, nest_ip); in build_cta_tuple_v6()