Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h10 TCA_CT_PARMS, enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c1113 [TCA_CT_PARMS] = NLA_POLICY_EXACT_LEN(sizeof(struct tc_ct)),
1334 if (!tb[TCA_CT_PARMS]) { in tcf_ct_init()
1338 parm = nla_data(tb[TCA_CT_PARMS]); in tcf_ct_init()
1545 if (nla_put(skb, TCA_CT_PARMS, sizeof(opt), &opt)) in tcf_ct_dump()