Searched refs:nfproto (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 207 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match() argument 211 match = xt_find_match(nfproto, name, revision); in xt_request_find_match() 213 request_module("%st_%s", xt_prefix[nfproto], name); in xt_request_find_match() 214 match = xt_find_match(nfproto, name, revision); in xt_request_find_match() 330 textify_hooks(char *buf, size_t size, unsigned int mask, uint8_t nfproto) in textify_hooks() argument 345 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks() 346 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks() 1221 uint8_t class, nfproto; member 1252 mutex_lock(&xt[trav->nfproto].mutex); in xt_mttg_seq_next() 1254 &xt[trav->nfproto].target : &xt[trav->nfproto].match; in xt_mttg_seq_next() [all …]
|