Home
last modified time | relevance | path

Searched refs:dstmask (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h67 __u8 srcmask, dstmask; member
81 __u8 srcmask, dstmask; member
96 __u8 srcmask, dstmask; member
/linux/net/netfilter/
H A Dxt_hashlimit.c151 to->dstmask = cfg->dstmask; in cfg_copy()
163 to->dstmask = cfg->dstmask; in cfg_copy()
653 hinfo->cfg.dstmask); in hashlimit_init_dst()
671 hashlimit_ipv6_mask(dst->ip6.dst, hinfo->cfg.dstmask); in hashlimit_init_dst()
859 if (cfg->srcmask > 32 || cfg->dstmask > 32) in hashlimit_mt_check_common()
862 if (cfg->srcmask > 128 || cfg->dstmask > 128) in hashlimit_mt_check_common()
/linux/arch/powerpc/kernel/
H A Dsmp.c737 struct cpumask *(*dstmask)(int)) in or_cpumasks_related()
744 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related()
751 cpumask_or(dstmask(k), dstmask(k), mask); in or_cpumasks_related()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1190 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()