Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_pedit.h18 unsigned char tcfp_nkeys; member
47 nkeys = parms->tcfp_nkeys; in tcf_pedit_nkeys()
/openbmc/linux/net/sched/
H A Dact_pedit.c247 nparms->tcfp_nkeys = parm->nkeys; in tcf_pedit_init()
255 for (i = 0; i < nparms->tcfp_nkeys; ++i) { in tcf_pedit_init()
414 for (i = parms->tcfp_nkeys; i > 0; i--, tkey++) { in tcf_pedit_act()
511 s = struct_size(opt, keys, parms->tcfp_nkeys); in tcf_pedit_dump()
520 flex_array_size(opt, keys, parms->tcfp_nkeys)); in tcf_pedit_dump()
522 opt->nkeys = parms->tcfp_nkeys; in tcf_pedit_dump()
530 parms->tcfp_nkeys)) in tcf_pedit_dump()