Home
last modified time | relevance | path

Searched refs:match_flags (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dxt_conntrack.c82 if ((info->match_flags & XT_CONNTRACK_PROTO) && in ct_proto_port_check()
88 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check()
93 if ((info->match_flags & XT_CONNTRACK_ORIGDST_PORT) && in ct_proto_port_check()
100 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check()
105 if ((info->match_flags & XT_CONNTRACK_REPLDST_PORT) && in ct_proto_port_check()
126 if ((info->match_flags & XT_CONNTRACK_PROTO) && in ct_proto_port_check_v3()
132 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check_v3()
138 if ((info->match_flags & XT_CONNTRACK_ORIGDST_PORT) && in ct_proto_port_check_v3()
146 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check_v3()
152 if ((info->match_flags & XT_CONNTRACK_REPLDST_PORT) && in ct_proto_port_check_v3()
[all …]
Dxt_multiport.c111 u_int8_t match_flags, in check() argument
119 && (match_flags == XT_MULTIPORT_SOURCE in check()
120 || match_flags == XT_MULTIPORT_DESTINATION in check()
121 || match_flags == XT_MULTIPORT_EITHER) in check()
Dxt_sctp.c25 match_flags(const struct xt_sctp_flag_info *flag_info, in match_flags() function
79 if (match_flags(flag_info, flag_count, in match_packet()
86 if (match_flags(flag_info, flag_count, in match_packet()
92 if (!match_flags(flag_info, flag_count, in match_packet()