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

/linux-4.1.27/include/net/tc_act/
H A Dtc_pedit.h10 struct tc_pedit_key *tcfp_keys; member in struct:tcf_pedit
/linux-4.1.27/net/sched/
H A Dact_pedit.c89 kfree(p->tcfp_keys); tcf_pedit_init()
90 p->tcfp_keys = keys; tcf_pedit_init()
93 memcpy(p->tcfp_keys, parm->keys, ksize); tcf_pedit_init()
103 struct tc_pedit_key *keys = p->tcfp_keys; tcf_pedit_cleanup()
124 struct tc_pedit_key *tkey = p->tcfp_keys; tcf_pedit()
192 memcpy(opt->keys, p->tcfp_keys, tcf_pedit_dump()

Completed in 34 milliseconds