Home
last modified time | relevance | path

Searched refs:TCA_CT_NAT_IPV4_MIN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h18 TCA_CT_NAT_IPV4_MIN, /* be32 */ enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c1121 [TCA_CT_NAT_IPV4_MIN] = { .type = NLA_U32 },
1157 if (tb[TCA_CT_NAT_IPV4_MIN]) { in tcf_ct_fill_params_nat()
1163 nla_get_in_addr(tb[TCA_CT_NAT_IPV4_MIN]); in tcf_ct_fill_params_nat()
1448 if (nla_put_in_addr(skb, TCA_CT_NAT_IPV4_MIN, in tcf_ct_dump_nat()