Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_ife.h22 TCA_IFE_PARMS, enumerator
/Linux-v4.19/net/sched/
Dact_ife.c42 [TCA_IFE_PARMS] = { .len = sizeof(struct tc_ife)},
491 if (!tb[TCA_IFE_PARMS]) in tcf_ife_init()
494 parm = nla_data(tb[TCA_IFE_PARMS]); in tcf_ife_init()
627 if (nla_put(skb, TCA_IFE_PARMS, sizeof(opt), &opt)) in tcf_ife_dump()