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

/net/netfilter/
H A Dx_tables.c210 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) argument
214 match = xt_find_match(nfproto, name, revision);
216 request_module("%st_%s", xt_prefix[nfproto], name);
217 match = xt_find_match(nfproto, name, revision);
333 textify_hooks(char *buf, size_t size, unsigned int mask, uint8_t nfproto) argument
348 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names;
349 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) :
991 uint8_t class, nfproto; member in struct:nf_mttg_trav
1022 mutex_lock(&xt[trav->nfproto].mutex);
1024 &xt[trav->nfproto]
[all...]

Completed in 47 milliseconds