Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h10 TCA_CT_PARMS, enumerator
/linux/net/sched/
H A Dact_ct.c1162 [TCA_CT_PARMS] = NLA_POLICY_EXACT_LEN(sizeof(struct tc_ct)),
1401 if (!tb[TCA_CT_PARMS]) { in tcf_ct_init()
1405 parm = nla_data(tb[TCA_CT_PARMS]); in tcf_ct_init()
1612 if (nla_put(skb, TCA_CT_PARMS, sizeof(opt), &opt)) in tcf_ct_dump()
1665 size = nla_total_size(sizeof(struct tc_ct)) /* TCA_CT_PARMS */