Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/tc_act/
Dtc_ct.h10 TCA_CT_PARMS, enumerator
/Linux-v5.4/net/sched/
Dact_ct.c479 [TCA_CT_PARMS] = { .type = NLA_EXACT_LEN, .len = sizeof(struct tc_ct) },
680 if (!tb[TCA_CT_PARMS]) { in tcf_ct_init()
684 parm = nla_data(tb[TCA_CT_PARMS]); in tcf_ct_init()
871 if (nla_put(skb, TCA_CT_PARMS, sizeof(opt), &opt)) in tcf_ct_dump()