Home
last modified time | relevance | path

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

/net/sched/
Dact_ipt.c79 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release() local
81 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()
85 kfree(ipt->tcfi_tname); in tcf_ipt_release()
102 struct tcf_ipt *ipt; in __tcf_ipt_init() local
180 ipt = to_ipt(*a); in __tcf_ipt_init()
182 spin_lock_bh(&ipt->tcf_lock); in __tcf_ipt_init()
184 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init()
185 kfree(ipt->tcfi_tname); in __tcf_ipt_init()
[all …]
/net/ipv4/netfilter/
Dip_tables.c38 return xt_alloc_initial_table(ipt, IPT); in ipt_alloc_initial_table()