hook_entry        257 include/linux/netfilter/x_tables.h 	unsigned int hook_entry[NF_INET_NUMHOOKS];
hook_entry         84 include/linux/netfilter_bridge/ebtables.h 	struct ebt_entries *hook_entry[NF_BR_NUMHOOKS];
hook_entry        144 include/uapi/linux/netfilter_arp/arp_tables.h 	unsigned int hook_entry[NF_ARP_NUMHOOKS];
hook_entry        172 include/uapi/linux/netfilter_arp/arp_tables.h 	unsigned int hook_entry[NF_ARP_NUMHOOKS];
hook_entry         52 include/uapi/linux/netfilter_bridge/ebtables.h 	struct ebt_entries __user *hook_entry[NF_BR_NUMHOOKS];
hook_entry         68 include/uapi/linux/netfilter_bridge/ebtables.h 	struct ebt_entries *hook_entry[NF_BR_NUMHOOKS];
hook_entry        166 include/uapi/linux/netfilter_ipv4/ip_tables.h 	unsigned int hook_entry[NF_INET_NUMHOOKS];
hook_entry        194 include/uapi/linux/netfilter_ipv4/ip_tables.h 	unsigned int hook_entry[NF_INET_NUMHOOKS];
hook_entry        206 include/uapi/linux/netfilter_ipv6/ip6_tables.h 	unsigned int hook_entry[NF_INET_NUMHOOKS];
hook_entry        234 include/uapi/linux/netfilter_ipv6/ip6_tables.h 	unsigned int hook_entry[NF_INET_NUMHOOKS];
hook_entry         33 net/bridge/netfilter/ebtable_broute.c 	.hook_entry	= {
hook_entry         38 net/bridge/netfilter/ebtable_filter.c 	.hook_entry	= {
hook_entry         38 net/bridge/netfilter/ebtable_nat.c 	.hook_entry	= {
hook_entry        206 net/bridge/netfilter/ebtables.c 	chaininfo = private->hook_entry[hook];
hook_entry        207 net/bridge/netfilter/ebtables.c 	nentries = private->hook_entry[hook]->nentries;
hook_entry        208 net/bridge/netfilter/ebtables.c 	point = (struct ebt_entry *)(private->hook_entry[hook]->data);
hook_entry        209 net/bridge/netfilter/ebtables.c 	counter_base = cb_base + private->hook_entry[hook]->counter_offset;
hook_entry        436 net/bridge/netfilter/ebtables.c 		newinfo->hook_entry[i] = NULL;
hook_entry        451 net/bridge/netfilter/ebtables.c 			if ((char __user *)repl->hook_entry[i] ==
hook_entry        464 net/bridge/netfilter/ebtables.c 				newinfo->hook_entry[i] = (struct ebt_entries *)e;
hook_entry        483 net/bridge/netfilter/ebtables.c 		if (!newinfo->hook_entry[i] &&
hook_entry        502 net/bridge/netfilter/ebtables.c 		if ((void *)e == (void *)newinfo->hook_entry[i])
hook_entry        564 net/bridge/netfilter/ebtables.c 		if (newinfo->hook_entry[i] == (struct ebt_entries *)e)
hook_entry        670 net/bridge/netfilter/ebtables.c 		if (!newinfo->hook_entry[i])
hook_entry        672 net/bridge/netfilter/ebtables.c 		if ((char *)newinfo->hook_entry[i] < (char *)e)
hook_entry        836 net/bridge/netfilter/ebtables.c 	while (i < NF_BR_NUMHOOKS && !newinfo->hook_entry[i])
hook_entry        841 net/bridge/netfilter/ebtables.c 	if (newinfo->hook_entry[i] != (struct ebt_entries *)newinfo->entries)
hook_entry        848 net/bridge/netfilter/ebtables.c 		if (!newinfo->hook_entry[j])
hook_entry        850 net/bridge/netfilter/ebtables.c 		if (newinfo->hook_entry[j] <= newinfo->hook_entry[i])
hook_entry        915 net/bridge/netfilter/ebtables.c 		if (newinfo->hook_entry[i])
hook_entry        916 net/bridge/netfilter/ebtables.c 			if (check_chainloops(newinfo->hook_entry[i],
hook_entry       1187 net/bridge/netfilter/ebtables.c 			newinfo->hook_entry[i] = NULL;
hook_entry       1189 net/bridge/netfilter/ebtables.c 			newinfo->hook_entry[i] = p +
hook_entry       1190 net/bridge/netfilter/ebtables.c 				((char *)repl->hook_entry[i] - repl->entries);
hook_entry       1546 net/bridge/netfilter/ebtables.c 	compat_uptr_t hook_entry[NF_BR_NUMHOOKS];
hook_entry       1760 net/bridge/netfilter/ebtables.c 		const void *hookptr = info->hook_entry[i];
hook_entry       1761 net/bridge/netfilter/ebtables.c 		if (info->hook_entry[i] &&
hook_entry       1763 net/bridge/netfilter/ebtables.c 			newinfo->hook_entry[i] -= off;
hook_entry       1765 net/bridge/netfilter/ebtables.c 					newinfo->hook_entry[i] + off,
hook_entry       1766 net/bridge/netfilter/ebtables.c 					newinfo->hook_entry[i]);
hook_entry       2190 net/bridge/netfilter/ebtables.c 	memcpy(repl, &tmp, offsetof(struct ebt_replace, hook_entry));
hook_entry       2194 net/bridge/netfilter/ebtables.c 		repl->hook_entry[i] = compat_ptr(tmp.hook_entry[i]);
hook_entry       2279 net/bridge/netfilter/ebtables.c 		if (tmp.hook_entry[i]) {
hook_entry       2281 net/bridge/netfilter/ebtables.c 			usrptr = (char __user *) tmp.hook_entry[i];
hook_entry       2284 net/bridge/netfilter/ebtables.c 			tmp.hook_entry[i] = (struct ebt_entries __user *)usrptr;
hook_entry        214 net/ipv4/netfilter/arp_tables.c 	e = get_entry(table_base, private->hook_entry[hook]);
hook_entry        311 net/ipv4/netfilter/arp_tables.c 		unsigned int pos = newinfo->hook_entry[hook];
hook_entry        484 net/ipv4/netfilter/arp_tables.c 			newinfo->hook_entry[h] = hook_entries[h];
hook_entry        534 net/ipv4/netfilter/arp_tables.c 		newinfo->hook_entry[i] = 0xFFFFFFFF;
hook_entry        547 net/ipv4/netfilter/arp_tables.c 						 repl->hook_entry,
hook_entry        754 net/ipv4/netfilter/arp_tables.c 		if (info->hook_entry[i] &&
hook_entry        755 net/ipv4/netfilter/arp_tables.c 		    (e < (struct arpt_entry *)(base + info->hook_entry[i])))
hook_entry        756 net/ipv4/netfilter/arp_tables.c 			newinfo->hook_entry[i] -= off;
hook_entry        823 net/ipv4/netfilter/arp_tables.c 		memcpy(info.hook_entry, private->hook_entry,
hook_entry        824 net/ipv4/netfilter/arp_tables.c 		       sizeof(info.hook_entry));
hook_entry       1056 net/ipv4/netfilter/arp_tables.c 	u32				hook_entry[NF_ARP_NUMHOOKS];
hook_entry       1150 net/ipv4/netfilter/arp_tables.c 		if ((unsigned char *)de - base < newinfo->hook_entry[h])
hook_entry       1151 net/ipv4/netfilter/arp_tables.c 			newinfo->hook_entry[h] -= origsize - *size;
hook_entry       1201 net/ipv4/netfilter/arp_tables.c 		newinfo->hook_entry[i] = compatr->hook_entry[i];
hook_entry       1219 net/ipv4/netfilter/arp_tables.c 		repl.hook_entry[i] = newinfo->hook_entry[i];
hook_entry        201 net/ipv4/netfilter/ip_tables.c 	root = get_entry(private->entries, private->hook_entry[hook]);
hook_entry        206 net/ipv4/netfilter/ip_tables.c 	xt_entry_foreach(iter, root, private->size - private->hook_entry[hook])
hook_entry        276 net/ipv4/netfilter/ip_tables.c 	e = get_entry(table_base, private->hook_entry[hook]);
hook_entry        377 net/ipv4/netfilter/ip_tables.c 		unsigned int pos = newinfo->hook_entry[hook];
hook_entry        621 net/ipv4/netfilter/ip_tables.c 			newinfo->hook_entry[h] = hook_entries[h];
hook_entry        675 net/ipv4/netfilter/ip_tables.c 		newinfo->hook_entry[i] = 0xFFFFFFFF;
hook_entry        687 net/ipv4/netfilter/ip_tables.c 						 repl->hook_entry,
hook_entry        911 net/ipv4/netfilter/ip_tables.c 		if (info->hook_entry[i] &&
hook_entry        912 net/ipv4/netfilter/ip_tables.c 		    (e < (struct ipt_entry *)(base + info->hook_entry[i])))
hook_entry        913 net/ipv4/netfilter/ip_tables.c 			newinfo->hook_entry[i] -= off;
hook_entry        980 net/ipv4/netfilter/ip_tables.c 		memcpy(info.hook_entry, private->hook_entry,
hook_entry        981 net/ipv4/netfilter/ip_tables.c 		       sizeof(info.hook_entry));
hook_entry       1210 net/ipv4/netfilter/ip_tables.c 	u32			hook_entry[NF_INET_NUMHOOKS];
hook_entry       1383 net/ipv4/netfilter/ip_tables.c 		if ((unsigned char *)de - base < newinfo->hook_entry[h])
hook_entry       1384 net/ipv4/netfilter/ip_tables.c 			newinfo->hook_entry[h] -= origsize - *size;
hook_entry       1435 net/ipv4/netfilter/ip_tables.c 		newinfo->hook_entry[i] = compatr->hook_entry[i];
hook_entry       1458 net/ipv4/netfilter/ip_tables.c 		repl.hook_entry[i] = newinfo->hook_entry[i];
hook_entry        226 net/ipv6/netfilter/ip6_tables.c 	root = get_entry(private->entries, private->hook_entry[hook]);
hook_entry        231 net/ipv6/netfilter/ip6_tables.c 	xt_entry_foreach(iter, root, private->size - private->hook_entry[hook])
hook_entry        298 net/ipv6/netfilter/ip6_tables.c 	e = get_entry(table_base, private->hook_entry[hook]);
hook_entry        395 net/ipv6/netfilter/ip6_tables.c 		unsigned int pos = newinfo->hook_entry[hook];
hook_entry        639 net/ipv6/netfilter/ip6_tables.c 			newinfo->hook_entry[h] = hook_entries[h];
hook_entry        692 net/ipv6/netfilter/ip6_tables.c 		newinfo->hook_entry[i] = 0xFFFFFFFF;
hook_entry        704 net/ipv6/netfilter/ip6_tables.c 						 repl->hook_entry,
hook_entry        927 net/ipv6/netfilter/ip6_tables.c 		if (info->hook_entry[i] &&
hook_entry        928 net/ipv6/netfilter/ip6_tables.c 		    (e < (struct ip6t_entry *)(base + info->hook_entry[i])))
hook_entry        929 net/ipv6/netfilter/ip6_tables.c 			newinfo->hook_entry[i] -= off;
hook_entry        996 net/ipv6/netfilter/ip6_tables.c 		memcpy(info.hook_entry, private->hook_entry,
hook_entry        997 net/ipv6/netfilter/ip6_tables.c 		       sizeof(info.hook_entry));
hook_entry       1226 net/ipv6/netfilter/ip6_tables.c 	u32			hook_entry[NF_INET_NUMHOOKS];
hook_entry       1398 net/ipv6/netfilter/ip6_tables.c 		if ((unsigned char *)de - base < newinfo->hook_entry[h])
hook_entry       1399 net/ipv6/netfilter/ip6_tables.c 			newinfo->hook_entry[h] -= origsize - *size;
hook_entry       1450 net/ipv6/netfilter/ip6_tables.c 		newinfo->hook_entry[i] = compatr->hook_entry[i];
hook_entry       1467 net/ipv6/netfilter/ip6_tables.c 		repl.hook_entry[i] = newinfo->hook_entry[i];
hook_entry        294 net/netfilter/nf_queue.c 	const struct nf_hook_entry *hook_entry;
hook_entry        316 net/netfilter/nf_queue.c 	hook_entry = &hooks->hooks[i];
hook_entry        320 net/netfilter/nf_queue.c 		verdict = nf_hook_entry_hookfn(hook_entry, skb, &entry->state);
hook_entry        568 net/netfilter/x_tables.c 	BUILD_BUG_ON(ARRAY_SIZE(info->hook_entry) != ARRAY_SIZE(info->underflow));
hook_entry        573 net/netfilter/x_tables.c 	for (i = 0; i < ARRAY_SIZE(info->hook_entry); i++) {
hook_entry        577 net/netfilter/x_tables.c 		if (info->hook_entry[i] == 0xFFFFFFFF)
hook_entry        590 net/netfilter/x_tables.c 			if (max_entry > info->hook_entry[i]) {
hook_entry        594 net/netfilter/x_tables.c 			if (max_entry == info->hook_entry[i]) {
hook_entry        599 net/netfilter/x_tables.c 		max_entry = info->hook_entry[i];
hook_entry         41 net/netfilter/xt_repldata.h 		tbl->repl.hook_entry[hooknum] = bytes; \