Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_ipt.c79 if (ipt->tcfi_t) { in tcf_ipt_release()
80 ipt_destroy_target(ipt->tcfi_t, a->idrinfo->net); in tcf_ipt_release()
81 kfree(ipt->tcfi_t); in tcf_ipt_release()
183 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init()
185 kfree(ipt->tcfi_t); in __tcf_ipt_init()
188 ipt->tcfi_t = t; in __tcf_ipt_init()
247 par.target = ipt->tcfi_t->u.kernel.target; in tcf_ipt_act()
248 par.targinfo = ipt->tcfi_t->data; in tcf_ipt_act()
288 t = kmemdup(ipt->tcfi_t, ipt->tcfi_t->u.user.target_size, GFP_ATOMIC); in tcf_ipt_dump()
294 strcpy(t->u.user.name, ipt->tcfi_t->u.kernel.target->name); in tcf_ipt_dump()
[all …]
/linux-6.3-rc2/include/net/tc_act/
A Dtc_ipt.h13 struct xt_entry_target *tcfi_t; member

Completed in 4 milliseconds