Searched refs:xt_entry_match (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H 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) + \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ |
| H A D | x_tables.h | 11 struct xt_entry_match { struct 132 struct xt_entry_match *__m; \ 179 for ((pos) = (struct xt_entry_match *)entry->elems; \ 180 (pos) < (struct xt_entry_match *)((char *)(entry) + \ 182 (pos) = (struct xt_entry_match *)((char *)(pos) + \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ |
| H A D | x_tables.h | 11 struct xt_entry_match { struct 132 struct xt_entry_match *__m; \ 179 for ((pos) = (struct xt_entry_match *)entry->elems; \ 180 (pos) < (struct xt_entry_match *)((char *)(entry) + \ 182 (pos) = (struct xt_entry_match *)((char *)(pos) + \
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | x_tables.h | 297 int xt_match_to_user(const struct xt_entry_match *m, 298 struct xt_entry_match __user *u); 518 void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, 520 int xt_compat_match_to_user(const struct xt_entry_match *m,
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ip_tables.c | 280 const struct xt_entry_match *ematch; in ipt_do_table() 451 static void cleanup_match(struct xt_entry_match *m, struct net *net) in cleanup_match() 465 check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match() 477 find_check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in find_check_match() 525 struct xt_entry_match *ematch; in find_check_entry() 641 struct xt_entry_match *ematch; in cleanup_entry() 832 const struct xt_entry_match *m; in copy_entries_to_user() 894 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() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H 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() 483 static int check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match() 495 find_check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in find_check_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() 1241 const struct xt_entry_match *ematch; in compat_copy_entry_to_user() 1272 compat_find_calc_match(struct xt_entry_match *m, in compat_find_calc_match() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H 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()
|
| H A D | x_tables.c | 312 int xt_match_to_user(const struct xt_entry_match *m, in xt_match_to_user() 313 struct xt_entry_match __user *u) in xt_match_to_user() 528 const struct xt_entry_match *pos; in xt_check_entry_match() 534 pos = (struct xt_entry_match *)match; in xt_check_entry_match() 539 if (length < (int)sizeof(struct xt_entry_match)) in xt_check_entry_match() 542 if (pos->u.match_size < sizeof(struct xt_entry_match)) in xt_check_entry_match() 731 void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, in xt_compat_match_from_user() 764 int xt_compat_match_to_user(const struct xt_entry_match *m, in xt_compat_match_to_user() 841 BUILD_BUG_ON(sizeof(struct compat_xt_entry_match) != sizeof(struct xt_entry_match)); in xt_compat_check_entry_offsets() 932 __alignof__(struct xt_entry_match)); in xt_check_entry_offsets()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 32 #define ipt_entry_match xt_entry_match
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 32 #define ipt_entry_match xt_entry_match
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 33 #define ipt_entry_match xt_entry_match
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 32 #define ip6t_entry_match xt_entry_match
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 32 #define ip6t_entry_match xt_entry_match
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 33 #define ip6t_entry_match xt_entry_match
|