Home
last modified time | relevance | path

Searched refs:xt_percpu_counter_free (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h430 void xt_percpu_counter_free(struct xt_counters *cnt);
/linux/net/ipv4/netfilter/
H A Darp_tables.c444 xt_percpu_counter_free(&e->counters); in find_check_entry()
525 xt_percpu_counter_free(&e->counters); in cleanup_entry()
H A Dip_tables.c566 xt_percpu_counter_free(&e->counters); in find_check_entry()
654 xt_percpu_counter_free(&e->counters); in cleanup_entry()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c584 xt_percpu_counter_free(&e->counters); in find_check_entry()
671 xt_percpu_counter_free(&e->counters); in cleanup_entry()
/linux/net/netfilter/
H A Dx_tables.c2152 void xt_percpu_counter_free(struct xt_counters *counters)
2159 EXPORT_SYMBOL_GPL(xt_percpu_counter_free);
2039 void xt_percpu_counter_free(struct xt_counters *counters) xt_percpu_counter_free() function