Searched refs:tcfp_nkeys (Results 1 – 2 of 2) sorted by relevance
78 if (p->tcfp_nkeys && p->tcfp_nkeys != parm->nkeys) { in tcf_pedit_init()91 p->tcfp_nkeys = parm->nkeys; in tcf_pedit_init()123 if (p->tcfp_nkeys > 0) { in tcf_pedit()126 for (i = p->tcfp_nkeys; i > 0; i--, tkey++) { in tcf_pedit()182 s = sizeof(*opt) + p->tcfp_nkeys * sizeof(struct tc_pedit_key); in tcf_pedit_dump()190 p->tcfp_nkeys * sizeof(struct tc_pedit_key)); in tcf_pedit_dump()192 opt->nkeys = p->tcfp_nkeys; in tcf_pedit_dump()
8 unsigned char tcfp_nkeys; member