Searched refs:dstmask (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_hashlimit.h | 67 __u8 srcmask, dstmask; member 81 __u8 srcmask, dstmask; member 96 __u8 srcmask, dstmask; member
|
/linux-6.3-rc2/net/ipv4/ |
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()
|
/linux-6.3-rc2/net/netfilter/ |
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()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | smp.c | 742 struct cpumask *(*dstmask)(int)) in or_cpumasks_related() 749 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related() 756 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api.c | 1157 static void vcap_copy_limited_keyfield(u8 *dstvalue, u8 *dstmask, in vcap_copy_limited_keyfield() argument 1163 memcpy(dstmask, srcmask, bytes); in vcap_copy_limited_keyfield() 1164 vcap_apply_width(dstmask, width, bytes); in vcap_copy_limited_keyfield()
|
Completed in 19 milliseconds