Searched refs:xt_entry_match (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | x_tables.h | 11 struct xt_entry_match { struct 133 struct xt_entry_match *__m; \ 181 for ((pos) = (struct xt_entry_match *)entry->elems; \ 182 (pos) < (struct xt_entry_match *)((char *)(entry) + \ 184 (pos) = (struct xt_entry_match *)((char *)(pos) + \
|
/linux-6.3-rc2/include/linux/netfilter/ |
A D | x_tables.h | 297 int xt_match_to_user(const struct xt_entry_match *m, 298 struct xt_entry_match __user *u); 522 void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, 524 int xt_compat_match_to_user(const struct xt_entry_match *m,
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_TCPMSS.c | 251 static inline bool find_syn_match(const struct xt_entry_match *m) in find_syn_match() 267 const struct xt_entry_match *ematch; in tcpmss_tg4_check() 291 const struct xt_entry_match *ematch; in tcpmss_tg6_check()
|
A D | x_tables.c | 332 int xt_match_to_user(const struct xt_entry_match *m, in xt_match_to_user() 333 struct xt_entry_match __user *u) in xt_match_to_user() 548 const struct xt_entry_match *pos; in xt_check_entry_match() 554 pos = (struct xt_entry_match *)match; in xt_check_entry_match() 559 if (length < (int)sizeof(struct xt_entry_match)) in xt_check_entry_match() 562 if (pos->u.match_size < sizeof(struct xt_entry_match)) in xt_check_entry_match() 751 void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, in xt_compat_match_from_user() 784 int xt_compat_match_to_user(const struct xt_entry_match *m, in xt_compat_match_to_user() 861 BUILD_BUG_ON(sizeof(struct compat_xt_entry_match) != sizeof(struct xt_entry_match)); in xt_compat_check_entry_offsets() 952 __alignof__(struct xt_entry_match)); in xt_check_entry_offsets()
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6_tables.c | 303 const struct xt_entry_match *ematch; in ip6t_do_table() 470 static void cleanup_match(struct xt_entry_match *m, struct net *net) in cleanup_match() 545 struct xt_entry_match *ematch; in find_check_entry() 659 struct xt_entry_match *ematch; in cleanup_entry() 849 const struct xt_entry_match *m; in copy_entries_to_user() 911 const struct xt_entry_match *ematch; in compat_calc_entry() 1240 const struct xt_entry_match *ematch; in compat_copy_entry_to_user() 1271 compat_find_calc_match(struct xt_entry_match *m, in compat_find_calc_match() 1290 struct xt_entry_match *ematch; in compat_release_entry() 1306 struct xt_entry_match *ematch; in check_compat_entry_size_and_hooks() [all …]
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | ip_tables.c | 281 const struct xt_entry_match *ematch; in ipt_do_table() 466 check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match() 526 struct xt_entry_match *ematch; in find_check_entry() 642 struct xt_entry_match *ematch; in cleanup_entry() 833 const struct xt_entry_match *m; in copy_entries_to_user() 895 const struct xt_entry_match *ematch; in compat_calc_entry() 1224 const struct xt_entry_match *ematch; in compat_copy_entry_to_user() 1255 compat_find_calc_match(struct xt_entry_match *m, in compat_find_calc_match() 1274 struct xt_entry_match *ematch; in compat_release_entry() 1290 struct xt_entry_match *ematch; in check_compat_entry_size_and_hooks() [all …]
|
/linux-6.3-rc2/include/uapi/linux/netfilter_ipv4/ |
A D | ip_tables.h | 33 #define ipt_entry_match xt_entry_match
|
/linux-6.3-rc2/include/uapi/linux/netfilter_ipv6/ |
A D | ip6_tables.h | 33 #define ip6t_entry_match xt_entry_match
|
Completed in 27 milliseconds