Home
last modified time | relevance | path

Searched refs:tcfi_t (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_ipt.c81 if (ipt->tcfi_t) { in tcf_ipt_release()
82 ipt_destroy_target(ipt->tcfi_t, a->idrinfo->net); in tcf_ipt_release()
83 kfree(ipt->tcfi_t); in tcf_ipt_release()
184 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init()
186 kfree(ipt->tcfi_t); in __tcf_ipt_init()
189 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 in tcf_ipt_dump()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dact_ipt.c80 if (ipt->tcfi_t) { in tcf_ipt_release()
81 ipt_destroy_target(ipt->tcfi_t, a->idrinfo->net); in tcf_ipt_release()
82 kfree(ipt->tcfi_t); in tcf_ipt_release()
197 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init()
199 kfree(ipt->tcfi_t); in __tcf_ipt_init()
202 ipt->tcfi_t = t; in __tcf_ipt_init()
297 par.target = ipt->tcfi_t->u.kernel.target; in tcf_ipt_act()
298 par.targinfo = ipt->tcfi_t->data; in tcf_ipt_act()
344 t = kmemdup(ipt->tcfi_t, ipt->tcfi_t in tcf_ipt_dump()
[all...]
/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_ipt.h13 struct xt_entry_target *tcfi_t; member
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_ipt.h13 struct xt_entry_target *tcfi_t; member

Completed in 2 milliseconds