Searched refs:nfproto (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 210 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match() argument 214 match = xt_find_match(nfproto, name, revision); in xt_request_find_match() 216 request_module("%st_%s", xt_prefix[nfproto], name); in xt_request_find_match() 217 match = xt_find_match(nfproto, name, revision); in xt_request_find_match() 333 textify_hooks(char *buf, size_t size, unsigned int mask, uint8_t nfproto) in textify_hooks() argument 348 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks() 349 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks() 992 uint8_t class, nfproto; member 1023 mutex_lock(&xt[trav->nfproto].mutex); in xt_mttg_seq_next() 1025 &xt[trav->nfproto].target : &xt[trav->nfproto].match; in xt_mttg_seq_next() [all …]
|