Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h23 TCA_CT_NAT_PORT_MAX, /* be16 */ enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c1126 [TCA_CT_NAT_PORT_MAX] = { .type = NLA_U16 },
1185 range->max_proto.all = tb[TCA_CT_NAT_PORT_MAX] ? in tcf_ct_fill_params_nat()
1186 nla_get_be16(tb[TCA_CT_NAT_PORT_MAX]) : in tcf_ct_fill_params_nat()
1468 if (nla_put_be16(skb, TCA_CT_NAT_PORT_MAX, in tcf_ct_dump_nat()