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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/tc_act/
H A Dtc_ipt.h12 struct xt_entry_target *tcfi_t; member in struct:tcf_ipt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_ipt.c88 ipt_destroy_target(ipt->tcfi_t);
90 kfree(ipt->tcfi_t);
170 ipt_destroy_target(ipt->tcfi_t);
172 kfree(ipt->tcfi_t);
175 ipt->tcfi_t = t;
221 par.target = ipt->tcfi_t->u.kernel.target;
222 par.targinfo = ipt->tcfi_t->data;
261 t = kmemdup(ipt->tcfi_t, ipt->tcfi_t->u.user.target_size, GFP_ATOMIC);
267 strcpy(t->u.user.name, ipt->tcfi_t
[all...]

Completed in 105 milliseconds