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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/tc_act/
H A Dtc_defact.h15 TCA_DEF_PARMS, enumerator in enum:__anon1141
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/tc_act/
H A Dtc_defact.h13 TCA_DEF_PARMS, enumerator in enum:__anon18187
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_simple.c94 [TCA_DEF_PARMS] = { .len = sizeof(struct tc_defact) },
115 if (tb[TCA_DEF_PARMS] == NULL)
121 parm = nla_data(tb[TCA_DEF_PARMS]);
175 NLA_PUT(skb, TCA_DEF_PARMS, sizeof(opt), &opt);

Completed in 35 milliseconds