Searched full:nest_ip (Results 1 – 1 of 1) sorted by relevance
24 struct nlattr *nest, *nest_ip, *nest_proto; in build_cta_tuple_v4() local30 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() local60 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()