Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/tc_act/
A Dtc_pedit.h16 struct tcf_pedit_key_ex *tcfp_keys_ex; member
60 if (parms->tcfp_keys_ex) in tcf_pedit_htype()
61 htype = parms->tcfp_keys_ex[index].htype; in tcf_pedit_htype()
74 if (parms->tcfp_keys_ex) in tcf_pedit_cmd()
75 cmd = parms->tcfp_keys_ex[index].cmd; in tcf_pedit_cmd()
/linux-6.3-rc2/net/sched/
A Dact_pedit.c142 kfree(parms->tcfp_keys_ex); in tcf_pedit_cleanup_rcu()
224 nparms->tcfp_keys_ex = in tcf_pedit_init()
226 if (IS_ERR(nparms->tcfp_keys_ex)) { in tcf_pedit_init()
227 ret = PTR_ERR(nparms->tcfp_keys_ex); in tcf_pedit_init()
286 kfree(nparms->tcfp_keys_ex); in tcf_pedit_init()
375 tkey_ex = parms->tcfp_keys_ex; in tcf_pedit_act()
494 if (parms->tcfp_keys_ex) { in tcf_pedit_dump()
495 if (tcf_pedit_key_ex_dump(skb, parms->tcfp_keys_ex, in tcf_pedit_dump()

Completed in 4 milliseconds