Home
last modified time | relevance | path

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

/net/sched/
Dact_ipt.c78 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release() local
80 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()
84 kfree(ipt->tcfi_tname); in tcf_ipt_release()
103 struct tcf_ipt *ipt; in __tcf_ipt_init() local
193 ipt = to_ipt(*a); in __tcf_ipt_init()
195 spin_lock_bh(&ipt->tcf_lock); in __tcf_ipt_init()
197 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init()
198 kfree(ipt->tcfi_tname); in __tcf_ipt_init()
[all …]
/net/ipv4/netfilter/
Dip_tables.c36 return xt_alloc_initial_table(ipt, IPT); in ipt_alloc_initial_table()