Lines Matching refs:match
74 "conntrack match options:\n"
76 " State(s) to match\n"
77 "[!] --ctproto proto Protocol to match; by number or name, e.g. \"tcp\"\n"
89 " Status(es) to match\n"
90 "[!] --ctexpire time[:time] Match remaining lifetime in seconds against\n"
355 "rule would never match protocol");
417 "never match protocol");
694 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx)
696 const struct xt_conntrack_info *sinfo = (const void *)match->data;
908 conntrack_print_name_alias(const struct xt_entry_match *match)
910 struct xt_conntrack_mtinfo1 *info = (void *)match->data;
916 static void conntrack_print(const void *ip, const struct xt_entry_match *match,
919 matchinfo_print(ip, match, numeric, "");
923 conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match,
926 const struct xt_conntrack_mtinfo1 *info = (void *)match->data;
934 conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match,
937 const struct xt_conntrack_mtinfo1 *info = (void *)match->data;
945 conntrack2_mt_print(const void *ip, const struct xt_entry_match *match,
948 conntrack_dump((const void *)match->data, "", NFPROTO_IPV4, numeric, false);
952 conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match,
955 conntrack_dump((const void *)match->data, "", NFPROTO_IPV6, numeric, false);
959 conntrack3_mt_print(const void *ip, const struct xt_entry_match *match,
962 conntrack_dump((const void *)match->data, "", NFPROTO_IPV4, numeric, true);
966 conntrack3_mt6_print(const void *ip, const struct xt_entry_match *match,
969 conntrack_dump((const void *)match->data, "", NFPROTO_IPV6, numeric, true);
972 static void conntrack_save(const void *ip, const struct xt_entry_match *match)
974 matchinfo_print(ip, match, 1, "--");
978 const struct xt_entry_match *match)
980 conntrack_dump((const void *)match->data, "--", NFPROTO_IPV4, true, true);
984 const struct xt_entry_match *match)
986 conntrack_dump((const void *)match->data, "--", NFPROTO_IPV6, true, true);
990 const struct xt_entry_match *match)
992 conntrack_dump((const void *)match->data, "--", NFPROTO_IPV4, true, false);
996 const struct xt_entry_match *match)
998 conntrack_dump((const void *)match->data, "--", NFPROTO_IPV6, true, false);
1002 conntrack1_mt4_save(const void *ip, const struct xt_entry_match *match)
1004 const struct xt_conntrack_mtinfo1 *info = (void *)match->data;
1012 conntrack1_mt6_save(const void *ip, const struct xt_entry_match *match)
1014 const struct xt_conntrack_mtinfo1 *info = (void *)match->data;
1025 "state match options:\n"
1027 " State(s) to match\n");
1142 const struct xt_entry_match *match,
1145 const struct xt_state_info *sinfo = (const void *)match->data;
1151 static void state_save(const void *ip, const struct xt_entry_match *match)
1153 const struct xt_state_info *sinfo = (const void *)match->data;