Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h13 TCA_CT_ZONE, /* u16 */ enumerator
/linux/net/sched/
H A Dact_ct.c1163 [TCA_CT_ZONE] = { .type = NLA_U16 },
1317 if (tb[TCA_CT_ZONE]) { in tcf_ct_fill_params()
1325 &p->zone, TCA_CT_ZONE, in tcf_ct_fill_params()
1600 &p->zone, TCA_CT_ZONE, in tcf_ct_dump()
1685 size += nla_total_size(sizeof(p->zone)); /* TCA_CT_ZONE */