Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_ipt.c84 if (ipt->tcfi_t) { in tcf_ipt_release()
85 ipt_destroy_target(ipt->tcfi_t); in tcf_ipt_release()
86 kfree(ipt->tcfi_t); in tcf_ipt_release()
185 ipt_destroy_target(ipt->tcfi_t); in __tcf_ipt_init()
187 kfree(ipt->tcfi_t); in __tcf_ipt_init()
190 ipt->tcfi_t = t; in __tcf_ipt_init()
251 par.target = ipt->tcfi_t->u.kernel.target; in tcf_ipt_act()
252 par.targinfo = ipt->tcfi_t->data; in tcf_ipt_act()
292 t = kmemdup(ipt->tcfi_t, ipt->tcfi_t->u.user.target_size, GFP_ATOMIC); in tcf_ipt_dump()
298 strcpy(t->u.user.name, ipt->tcfi_t->u.kernel.target->name); in tcf_ipt_dump()
[all …]
/Linux-v4.19/include/net/tc_act/
Dtc_ipt.h13 struct xt_entry_target *tcfi_t; member