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

/linux-4.1.27/include/uapi/linux/tc_act/
H A Dtc_defact.h13 TCA_DEF_PARMS, enumerator in enum:__anon13697
/linux-4.1.27/net/sched/
H A Dact_simple.c75 [TCA_DEF_PARMS] = { .len = sizeof(struct tc_defact) },
96 if (tb[TCA_DEF_PARMS] == NULL) tcf_simp_init()
102 parm = nla_data(tb[TCA_DEF_PARMS]); tcf_simp_init()
148 if (nla_put(skb, TCA_DEF_PARMS, sizeof(opt), &opt) || tcf_simp_dump()

Completed in 29 milliseconds