Home
last modified time | relevance | path

Searched refs:tcf_hash_release (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/net/sched/
Dact_gact.c105 tcf_hash_release(pc, bind, &gact_hash_info); in tcf_gact_init()
132 return tcf_hash_release(&gact->common, bind, &gact_hash_info); in tcf_gact_cleanup()
Dact_skbedit.c123 tcf_hash_release(pc, bind, &skbedit_hash_info); in tcf_skbedit_init()
152 return tcf_hash_release(&d->common, bind, &skbedit_hash_info); in tcf_skbedit_cleanup()
Dact_pedit.c84 tcf_hash_release(pc, bind, &pedit_hash_info); in tcf_pedit_init()
115 if (tcf_hash_release(&p->common, bind, &pedit_hash_info)) { in tcf_pedit_cleanup()
Dact_nat.c78 tcf_hash_release(pc, bind, &nat_hash_info); in tcf_nat_init()
102 return tcf_hash_release(&p->common, bind, &nat_hash_info); in tcf_nat_cleanup()
Dact_csum.c85 tcf_hash_release(pc, bind, &csum_hash_info); in tcf_csum_init()
104 return tcf_hash_release(&p->common, bind, &csum_hash_info); in tcf_csum_cleanup()
Dact_api.c54 int tcf_hash_release(struct tcf_common *p, int bind, in tcf_hash_release() function
71 EXPORT_SYMBOL(tcf_hash_release);
136 if (ACT_P_DELETED == tcf_hash_release(p, 0, hinfo)) in tcf_del_walker()
/linux-3.4.99/include/net/
Dact_api.h101 extern int tcf_hash_release(struct tcf_common *p, int bind,