Searched refs:afinfo (Results 1 – 7 of 7) sorted by relevance
9 struct afinfo { struct54 extern struct afinfo afinfo;
117 struct afinfo afinfo = {157 struct afinfo afinfo = {
184 const struct xtables_afinfo *afinfo; variable235 afinfo = &afinfo_ipv4; in xtables_set_nfproto()238 afinfo = &afinfo_ipv6; in xtables_set_nfproto()241 afinfo = &afinfo_bridge; in xtables_set_nfproto()244 afinfo = &afinfo_arp; in xtables_set_nfproto()426 if (proc_file_exists(afinfo->proc_exists)) { in xtables_load_ko()431 ret = xtables_insmod(afinfo->kmod, modprobe, quiet); in xtables_load_ko()609 (family == afinfo->family || in extension_cmp()671 ptr = load_extension(xtables_libdir, afinfo->libprefix, in xtables_find_match()745 ptr = load_extension(xtables_libdir, afinfo->libprefix, in xtables_find_target()[all …]
516 struct addrinfo hints = {.ai_family = afinfo->family}; in xtopt_parse_host()527 cb->val.hlen = (afinfo->family == NFPROTO_IPV4) ? 32 : 128; in xtopt_parse_host()672 struct addrinfo hints = {.ai_family = afinfo->family, in xtopt_parse_mask()684 switch(afinfo->family) { in xtopt_parse_mask()706 cb->val.hlen = (afinfo->family == NFPROTO_IPV4) ? 32 : 128; in xtopt_parse_plen()
116 extern const struct xtables_afinfo *afinfo;
70 struct afinfo afinfo = { variable
136 if (!(req.family == afinfo->family || in get_set_byname()