Searched refs:CTA_IP_V4_DST (Results 1 – 3 of 3) sorted by relevance
76 CTA_IP_V4_DST, enumerator
34 mnl_attr_put_u32(nlh, CTA_IP_V4_DST, dst_ip); in build_cta_tuple_v4()
96 nla_put_in_addr(skb, CTA_IP_V4_DST, tuple->dst.u3.ip)) in ipv4_tuple_to_nlattr()629 [CTA_IP_V4_DST] = { .type = NLA_U32 },1293 if (!tb[CTA_IP_V4_DST]) in ipv4_nlattr_to_tuple()1296 t->dst.u3.ip = nla_get_in_addr(tb[CTA_IP_V4_DST]); in ipv4_nlattr_to_tuple()