Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h22 TCA_CT_NAT_PORT_MIN, /* be16 */ enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c1115 [TCA_CT_NAT_PORT_MIN] = { .type = NLA_U16 },
1171 if (tb[TCA_CT_NAT_PORT_MIN]) { in tcf_ct_fill_params_nat()
1173 range->min_proto.all = nla_get_be16(tb[TCA_CT_NAT_PORT_MIN]); in tcf_ct_fill_params_nat()
1455 if (nla_put_be16(skb, TCA_CT_NAT_PORT_MIN, in tcf_ct_dump_nat()