Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_pedit.c218 (p->tcfp_nkeys && p->tcfp_nkeys != parm->nkeys)) { in tcf_pedit_init()
227 p->tcfp_nkeys = parm->nkeys; in tcf_pedit_init()
321 if (p->tcfp_nkeys > 0) { in tcf_pedit_act()
328 for (i = p->tcfp_nkeys; i > 0; i--, tkey++) { in tcf_pedit_act()
420 s = struct_size(opt, keys, p->tcfp_nkeys); in tcf_pedit_dump()
429 p->tcfp_nkeys * sizeof(struct tc_pedit_key)); in tcf_pedit_dump()
431 opt->nkeys = p->tcfp_nkeys; in tcf_pedit_dump()
440 p->tcfp_nkeys)) in tcf_pedit_dump()
/Linux-v5.4/include/net/tc_act/
Dtc_pedit.h15 unsigned char tcfp_nkeys; member
34 return to_pedit(a)->tcfp_nkeys; in tcf_pedit_nkeys()