Searched refs:tcf_hash_release (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/net/sched/ |
D | act_gact.c | 105 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()
|
D | act_skbedit.c | 123 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()
|
D | act_pedit.c | 84 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()
|
D | act_nat.c | 78 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()
|
D | act_csum.c | 85 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()
|
D | act_api.c | 54 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/ |
D | act_api.h | 101 extern int tcf_hash_release(struct tcf_common *p, int bind,
|