Home
last modified time | relevance | path

Searched refs:xt_entry_match (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/uapi/linux/netfilter/
Dx_tables.h10 struct xt_entry_match { struct
132 struct xt_entry_match *__m; \
180 for ((pos) = (struct xt_entry_match *)entry->elems; \
181 (pos) < (struct xt_entry_match *)((char *)(entry) + \
183 (pos) = (struct xt_entry_match *)((char *)(pos) + \
/linux-4.1.27/net/netfilter/
Dxt_TCPMSS.c254 static inline bool find_syn_match(const struct xt_entry_match *m) in find_syn_match()
270 const struct xt_entry_match *ematch; in tcpmss_tg4_check()
292 const struct xt_entry_match *ematch; in tcpmss_tg6_check()
Dx_tables.c490 int xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, in xt_compat_match_from_user()
517 int xt_compat_match_to_user(const struct xt_entry_match *m, in xt_compat_match_to_user()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c369 const struct xt_entry_match *ematch; in ip6t_do_table()
566 static void cleanup_match(struct xt_entry_match *m, struct net *net) in cleanup_match()
600 static int check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match()
619 find_check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in find_check_match()
676 struct xt_entry_match *ematch; in find_check_entry()
786 struct xt_entry_match *ematch; in cleanup_entry()
969 const struct xt_entry_match *m; in copy_entries_to_user()
987 + offsetof(struct xt_entry_match, in copy_entries_to_user()
1036 const struct xt_entry_match *ematch; in compat_calc_entry()
1428 const struct xt_entry_match *ematch; in compat_copy_entry_to_user()
[all …]
/linux-4.1.27/net/ipv4/netfilter/
Dip_tables.c347 const struct xt_entry_match *ematch; in ipt_do_table()
553 static void cleanup_match(struct xt_entry_match *m, struct net *net) in cleanup_match()
588 check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match()
606 find_check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in find_check_match()
662 struct xt_entry_match *ematch; in find_check_entry()
773 struct xt_entry_match *ematch; in cleanup_entry()
956 const struct xt_entry_match *m; in copy_entries_to_user()
974 + offsetof(struct xt_entry_match, in copy_entries_to_user()
1023 const struct xt_entry_match *ematch; in compat_calc_entry()
1413 const struct xt_entry_match *ematch; in compat_copy_entry_to_user()
[all …]
/linux-4.1.27/include/linux/netfilter/
Dx_tables.h424 int xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr,
426 int xt_compat_match_to_user(const struct xt_entry_match *m,
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/
Dip_tables.h31 #define ipt_entry_match xt_entry_match
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h31 #define ip6t_entry_match xt_entry_match