Searched refs:TCA_GACT_PARMS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/tc_act/
H A Dtc_gact.h28 TCA_GACT_PARMS, enumerator in enum:__anon1142
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/tc_act/
H A Dtc_gact.h26 TCA_GACT_PARMS, enumerator in enum:__anon18188
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_gact.c182 addattr_l(n, MAX_MSG, TCA_GACT_PARMS, &p, sizeof (p));
212 if (tb[TCA_GACT_PARMS] == NULL) {
216 p = RTA_DATA(tb[TCA_GACT_PARMS]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_gact.c57 [TCA_GACT_PARMS] = { .len = sizeof(struct tc_gact) },
78 if (tb[TCA_GACT_PARMS] == NULL)
80 parm = nla_data(tb[TCA_GACT_PARMS]);
164 NLA_PUT(skb, TCA_GACT_PARMS, sizeof(opt), &opt);

Completed in 66 milliseconds