Home
last modified time | relevance | path

Searched refs:tc_pedit_key (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sched/
Dact_pedit.c40 struct tc_pedit_key *keys = NULL; in tcf_pedit_init()
53 ksize = parm->nkeys * sizeof(struct tc_pedit_key); in tcf_pedit_init()
103 struct tc_pedit_key *keys = p->tcfp_keys; in tcf_pedit_cleanup()
124 struct tc_pedit_key *tkey = p->tcfp_keys; 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()
/linux-4.4.14/include/uapi/linux/tc_act/
Dtc_pedit.h17 struct tc_pedit_key { struct
30 struct tc_pedit_key keys[0]; argument
/linux-4.4.14/include/net/tc_act/
Dtc_pedit.h10 struct tc_pedit_key *tcfp_keys;