Lines Matching refs:xtables_chain_protos
1872 const struct xtables_pprot xtables_chain_protos[] = {1908 for (i = 0; i < ARRAY_SIZE(xtables_chain_protos); ++i) {1909 if (xtables_chain_protos[i].name == NULL)1911 if (strcmp(s, xtables_chain_protos[i].name) == 0)1912 return xtables_chain_protos[i].num;