Searched refs:xt_prefix (Results 1 – 1 of 1) sorted by relevance
| /linux/net/netfilter/ |
| A D | x_tables.c | 284 request_module("%st_%s", xt_prefix[af], name); in xt_request_find_target() 492 xt_prefix[par->family], par->match->name, in xt_check_match() 1822 if (af >= ARRAY_SIZE(xt_prefix)) in xt_proto_init() 1830 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_init() 1840 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_init() 1850 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_init() 1865 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_init() 1870 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_init() 1884 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_fini() 1888 strlcpy(buf, xt_prefix[af], sizeof(buf)); in xt_proto_fini() [all …]
|
Completed in 7 milliseconds