Searched refs:xtables_parse_protocol (Results 1 – 5 of 5) sorted by relevance
520 extern uint16_t xtables_parse_protocol(const char *s);
599 extern uint16_t xtables_parse_protocol(const char *s);
2009 cs->fw.ip.proto = xtables_parse_protocol(cs->protocol); in ipv4_proto_parse()2031 cs->fw6.ipv6.proto = xtables_parse_protocol(cs->protocol); in ipv6_proto_parse()
579 cb->val.protocol = xtables_parse_protocol(cb->arg); in xtopt_parse_protocol()
2224 xtables_parse_protocol(const char *s) in xtables_parse_protocol() function