Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_nat.c32 [TCA_NAT_PARMS] = { .len = sizeof(struct tc_nat) },
57 if (tb[TCA_NAT_PARMS] == NULL) in tcf_nat_init()
59 parm = nla_data(tb[TCA_NAT_PARMS]); in tcf_nat_init()
291 if (nla_put(skb, TCA_NAT_PARMS, sizeof(opt), &opt)) in tcf_nat_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_nat.h10 TCA_NAT_PARMS, enumerator