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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/tc_act/
H A Dtc_pedit.h8 unsigned char tcfp_nkeys; member in struct:tcf_pedit
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dact_pedit.c90 if (p->tcfp_nkeys && p->tcfp_nkeys != parm->nkeys) {
103 p->tcfp_nkeys = parm->nkeys;
146 if (p->tcfp_nkeys > 0) {
149 for (i = p->tcfp_nkeys; i > 0; i--, tkey++) {
204 s = sizeof(*opt) + p->tcfp_nkeys * sizeof(struct tc_pedit_key);
212 p->tcfp_nkeys * sizeof(struct tc_pedit_key));
214 opt->nkeys = p->tcfp_nkeys;

Completed in 41 milliseconds