/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_hashlimit.h | 67 __u8 srcmask, dstmask; member 81 __u8 srcmask, dstmask; member 96 __u8 srcmask, dstmask; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | xt_hashlimit.h | 67 __u8 srcmask, dstmask; member 81 __u8 srcmask, dstmask; member 96 __u8 srcmask, dstmask; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_hashlimit.h | 63 __u8 srcmask, dstmask; member 73 __u8 srcmask, dstmask; member 84 __u8 srcmask, dstmask; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_hashlimit.h | 63 __u8 srcmask, dstmask; member 73 __u8 srcmask, dstmask; member 84 __u8 srcmask, dstmask; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_hashlimit.h | 53 __u8 srcmask, dstmask; member 64 __u8 srcmask, dstmask; member 76 __u8 srcmask, dstmask; member
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_hashlimit.c | 152 to->dstmask = cfg->dstmask; in cfg_copy() 164 to->dstmask = cfg->dstmask; in cfg_copy() 651 hinfo->cfg.dstmask); in hashlimit_init_dst() 669 hashlimit_ipv6_mask(dst->ip6.dst, hinfo->cfg.dstmask); in hashlimit_init_dst() 857 if (cfg->srcmask > 32 || cfg->dstmask > 32) in hashlimit_mt_check_common() 860 if (cfg->srcmask > 128 || cfg->dstmask > 128) in hashlimit_mt_check_common()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_hashlimit.c | 152 to->dstmask = cfg->dstmask; in cfg_copy() 164 to->dstmask = cfg->dstmask; in cfg_copy() 651 hinfo->cfg.dstmask); in hashlimit_init_dst() 669 hashlimit_ipv6_mask(dst->ip6.dst, hinfo->cfg.dstmask); in hashlimit_init_dst() 857 if (cfg->srcmask > 32 || cfg->dstmask > 32) in hashlimit_mt_check_common() 860 if (cfg->srcmask > 128 || cfg->dstmask > 128) in hashlimit_mt_check_common()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | smp.c | 726 * dstmask, set srcmask at oneshot. dstmask should be super set of srcmask. 729 struct cpumask *(*dstmask)(int)) in or_cpumasks_related() 736 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related() 743 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related() 728 or_cpumasks_related(int i, int j, struct cpumask *(*srcmask)(int), struct cpumask *(*dstmask)(int)) or_cpumasks_related() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_rules.c | 42 __be32 dstmask; member 185 ((daddr ^ r->dst) & r->dstmask)) in fib4_rule_match() 277 rule4->dstmask = inet_make_mask(rule4->dst_len); in fib4_rule_configure()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_rules.c | 43 __be32 dstmask; member 186 ((daddr ^ r->dst) & r->dstmask)) in fib4_rule_match() 280 rule4->dstmask = inet_make_mask(rule4->dst_len); in fib4_rule_configure()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | smp.c | 742 * dstmask, set srcmask at oneshot. dstmask should be super set of srcmask. 745 struct cpumask *(*dstmask)(int)) in or_cpumasks_related() 752 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related() 759 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related() 744 or_cpumasks_related(int i, int j, struct cpumask *(*srcmask)(int), struct cpumask *(*dstmask)(int)) or_cpumasks_related() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 1190 static void vcap_copy_limited_keyfield(u8 *dstvalue, u8 *dstmask, in vcap_copy_limited_keyfield() argument 1196 memcpy(dstmask, srcmask, bytes); in vcap_copy_limited_keyfield() 1197 vcap_apply_width(dstmask, width, bytes); in vcap_copy_limited_keyfield()
|