Home
last modified time | relevance | path

Searched refs:hmask (Results 1 – 15 of 15) sorted by relevance

/third_party/iptables/extensions/
Dlibip6t_NETMAP.c46 cb->val.hmask.ip6[i]; in NETMAP_parse()
48 ~cb->val.hmask.ip6[i]; in NETMAP_parse()
Dlibipt_NETMAP.c61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip; in NETMAP_parse()
62 range->max_ip = range->min_ip | ~cb->val.hmask.ip; in NETMAP_parse()
Dlibxt_policy.c134 memcpy(&e->smask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse()
143 memcpy(&e->dmask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse()
Dlibxt_ipvs.c74 memcpy(&data->vmask, &cb->val.hmask, sizeof(cb->val.hmask)); in ipvs_mt_parse()
Dlibip6t_srh.c262 srhinfo->psid_msk = cb->val.hmask.in6; in srh1_parse()
269 srhinfo->nsid_msk = cb->val.hmask.in6; in srh1_parse()
276 srhinfo->lsid_msk = cb->val.hmask.in6; in srh1_parse()
Dlibxt_conntrack.c425 info->origsrc_mask = cb->val.hmask; in conntrack_mt_parse()
432 info->origdst_mask = cb->val.hmask; in conntrack_mt_parse()
439 info->replsrc_mask = cb->val.hmask; in conntrack_mt_parse()
446 info->repldst_mask = cb->val.hmask; in conntrack_mt_parse()
/third_party/libnl/tests/
Dtest-u32-filter-with-actions.c108 …uint32_t htid, uint32_t htlink, uint32_t hmask, uint32_t hoffset, struct rtnl_act *act, struct rtn… in u32_add_filter_on_ht_with_hashmask() argument
137 rtnl_u32_set_hashmask(cls, hmask, hoffset); in u32_add_filter_on_ht_with_hashmask()
Dtest-complex-HTB-with-hash-filters.c194 uint32_t htid, uint32_t htlink, uint32_t hmask, uint32_t hoffset in u32_add_filter_on_ht_with_hashmask() argument
227 rtnl_u32_set_hashmask(cls, hmask, hoffset); in u32_add_filter_on_ht_with_hashmask()
/third_party/iptables/libxtables/
Dxtoptions.c510 memset(&cb->val.hmask, 0xFF, sizeof(cb->val.hmask)); in xtopt_parse_host()
665 memcpy(&cb->val.hmask, xtables_sa_host(res->ai_addr, res->ai_family), in xtopt_parse_mask()
670 cb->val.hlen = xtables_ipmask_to_cidr(&cb->val.hmask.in); in xtopt_parse_mask()
673 cb->val.hlen = xtables_ip6mask_to_cidr(&cb->val.hmask.in6); in xtopt_parse_mask()
713 uint32_t *mask = cb->val.hmask.all; in xtopt_parse_plenmask()
/third_party/libnl/lib/route/cls/
Du32.c233 if (sel->hmask || sel->hoff) { in print_selector()
238 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask); in print_selector()
482 sel->hmask = hashmask; in rtnl_u32_set_hashmask()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_A.c185 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local
187 hmask = _mm_set_pi32(0x00fefefe, 0x00fefefe); /* alpha128 mask -> hmask */ in BlitRGBtoRGBSurfaceAlpha128MMX()
208 dst2 = _mm_and_si64(dst2, hmask); /* dst & mask -> dst2 */ in BlitRGBtoRGBSurfaceAlpha128MMX()
209 src2 = _mm_and_si64(src2, hmask); /* src & mask -> src2 */ in BlitRGBtoRGBSurfaceAlpha128MMX()
/third_party/iptables/iptables/
Dnft-ipv4.c140 uint32_t bits, hmask = ntohl(mask); in mask_to_str() local
153 while (--i >= 0 && hmask != bits) in mask_to_str()
Diptables.c856 uint32_t bits, hmask = ntohl(mask); in print_ip() local
874 while (--i >= 0 && hmask != bits) in print_ip()
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h182 __be32 hmask; member
/third_party/iptables/include/
Dxtables.h161 union nf_inet_addr haddr, hmask; member