Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_simple.c84 [TCA_DEF_PARMS] = { .len = sizeof(struct tc_defact) },
111 if (tb[TCA_DEF_PARMS] == NULL) in tcf_simp_init()
114 parm = nla_data(tb[TCA_DEF_PARMS]); in tcf_simp_init()
185 if (nla_put(skb, TCA_DEF_PARMS, sizeof(opt), &opt) || in tcf_simp_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_defact.h14 TCA_DEF_PARMS, enumerator