Searched refs:underflows (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dpercpu-refcount.c173 static atomic_t underflows; local
200 atomic_inc_return(&underflows) < 4) {
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c592 const unsigned int *underflows,
615 /* Check hooks & underflows */
621 if ((unsigned char *)e - base == underflows[h]) {
625 newinfo->underflow[h] = underflows[h];
1452 * underflows, check for loops, etc.
587 check_entry_size_and_hooks(struct ipt_entry *e, struct xt_table_info *newinfo, const unsigned char *base, const unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int valid_hooks) argument
H A Darp_tables.c457 const unsigned int *underflows,
480 /* Check hooks & underflows */
486 if ((unsigned char *)e - base == underflows[h]) {
490 newinfo->underflow[h] = underflows[h];
452 check_entry_size_and_hooks(struct arpt_entry *e, struct xt_table_info *newinfo, const unsigned char *base, const unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int valid_hooks) argument
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c610 const unsigned int *underflows,
633 /* Check hooks & underflows */
639 if ((unsigned char *)e - base == underflows[h]) {
643 newinfo->underflow[h] = underflows[h];
605 check_entry_size_and_hooks(struct ip6t_entry *e, struct xt_table_info *newinfo, const unsigned char *base, const unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int valid_hooks) argument

Completed in 140 milliseconds