Home
last modified time | relevance | path

Searched refs:nhooks (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/netfilter/
Dxt_repldata.h18 unsigned int nhooks = hweight32(hook_mask); \
25 size_t term_offset = (offsetof(typeof(*tbl), entries[nhooks]) + \
34 tbl->repl.num_entries = nhooks + 1; \
35 tbl->repl.size = nhooks * sizeof(struct type##_standard) + \
Dnf_tables_inet.c35 .nhooks = NF_INET_NUMHOOKS,
Dnf_tables_api.c1318 if (hooknum >= afi->nhooks) in nf_tables_newchain()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_tables_arp.c31 .nhooks = NF_ARP_NUMHOOKS,
Dnf_tables_ipv4.c49 .nhooks = NF_INET_NUMHOOKS,
/linux-4.1.27/net/ipv6/netfilter/
Dnf_tables_ipv6.c48 .nhooks = NF_INET_NUMHOOKS,
/linux-4.1.27/net/bridge/netfilter/
Dnf_tables_bridge.c115 .nhooks = NF_BR_NUMHOOKS,
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h848 unsigned int nhooks; member