Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/tc_act/
Dtc_pedit.h17 struct tc_pedit_key *tcfp_keys; member
55 return to_pedit(a)->tcfp_keys[index].mask; in tcf_pedit_mask()
60 return to_pedit(a)->tcfp_keys[index].val; in tcf_pedit_val()
65 return to_pedit(a)->tcfp_keys[index].off; in tcf_pedit_offset()
/Linux-v5.10/net/sched/
Dact_pedit.c226 kfree(p->tcfp_keys); in tcf_pedit_init()
227 p->tcfp_keys = keys; in tcf_pedit_init()
230 memcpy(p->tcfp_keys, parm->keys, ksize); in tcf_pedit_init()
257 struct tc_pedit_key *keys = p->tcfp_keys; in tcf_pedit_cleanup()
321 struct tc_pedit_key *tkey = p->tcfp_keys; in tcf_pedit_act()
437 memcpy(opt->keys, p->tcfp_keys, flex_array_size(opt, keys, p->tcfp_nkeys)); in tcf_pedit_dump()