Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/tc_act/
Dtc_ct.h10 TCA_CT_PARMS, enumerator
/Linux-v6.6/net/sched/
Dact_ct.c1062 [TCA_CT_PARMS] = NLA_POLICY_EXACT_LEN(sizeof(struct tc_ct)),
1283 if (!tb[TCA_CT_PARMS]) { in tcf_ct_init()
1287 parm = nla_data(tb[TCA_CT_PARMS]); in tcf_ct_init()
1494 if (nla_put(skb, TCA_CT_PARMS, sizeof(opt), &opt)) in tcf_ct_dump()