Home
last modified time | relevance | path

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

/net/netfilter/
Dxt_conntrack.c85 if ((info->match_flags & XT_CONNTRACK_PROTO) && in ct_proto_port_check()
91 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check()
96 if ((info->match_flags & XT_CONNTRACK_ORIGDST_PORT) && in ct_proto_port_check()
103 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check()
108 if ((info->match_flags & XT_CONNTRACK_REPLDST_PORT) && in ct_proto_port_check()
129 if ((info->match_flags & XT_CONNTRACK_PROTO) && in ct_proto_port_check_v3()
135 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check_v3()
141 if ((info->match_flags & XT_CONNTRACK_ORIGDST_PORT) && in ct_proto_port_check_v3()
149 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check_v3()
155 if ((info->match_flags & XT_CONNTRACK_REPLDST_PORT) && in ct_proto_port_check_v3()
[all …]
Dxt_multiport.c100 u_int8_t match_flags, in check() argument
108 && (match_flags == XT_MULTIPORT_SOURCE in check()
109 || match_flags == XT_MULTIPORT_DESTINATION in check()
110 || match_flags == XT_MULTIPORT_EITHER) in check()
Dxt_sctp.c24 match_flags(const struct xt_sctp_flag_info *flag_info, in match_flags() function
78 if (match_flags(flag_info, flag_count, in match_packet()
85 if (match_flags(flag_info, flag_count, in match_packet()
91 if (!match_flags(flag_info, flag_count, in match_packet()