/external/iptables/extensions/ |
D | libip6t_NETMAP.c | 46 cb->val.hmask.ip6[i]; in NETMAP_parse() 48 ~cb->val.hmask.ip6[i]; in NETMAP_parse()
|
D | libipt_NETMAP.c | 61 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()
|
D | libxt_policy.c | 134 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()
|
D | libxt_ipvs.c | 77 memcpy(&data->vmask, &cb->val.hmask, sizeof(cb->val.hmask)); in ipvs_mt_parse()
|
D | libxt_conntrack.c | 425 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()
|
/external/libnl/tests/ |
D | test-u32-filter-with-actions.c | 104 uint32_t htid, uint32_t htlink, uint32_t hmask, uint32_t hoffset, struct rtnl_act *act) in u32_add_filter_on_ht_with_hashmask() argument 133 rtnl_u32_set_hashmask(cls, hmask, hoffset); in u32_add_filter_on_ht_with_hashmask()
|
D | test-complex-HTB-with-hash-filters.c | 191 uint32_t htid, uint32_t htlink, uint32_t hmask, uint32_t hoffset in u32_add_filter_on_ht_with_hashmask() argument 224 rtnl_u32_set_hashmask(cls, hmask, hoffset); in u32_add_filter_on_ht_with_hashmask()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 184 uint32_t hmask = mask >> 32; in xrstor_state() local 187 : : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state() 194 uint32_t hmask = mask >> 32; in xsave_state_1() local 198 : : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state_1() 785 uint32_t hmask = mask >> 32; in xsave_state() local 789 : : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state()
|
/external/iptables/libxtables/ |
D | xtoptions.c | 526 memset(&cb->val.hmask, 0xFF, sizeof(cb->val.hmask)); in xtopt_parse_host() 681 memcpy(&cb->val.hmask, xtables_sa_host(res->ai_addr, res->ai_family), in xtopt_parse_mask() 686 cb->val.hlen = xtables_ipmask_to_cidr(&cb->val.hmask.in); in xtopt_parse_mask() 689 cb->val.hlen = xtables_ip6mask_to_cidr(&cb->val.hmask.in6); in xtopt_parse_mask() 729 uint32_t *mask = cb->val.hmask.all; in xtopt_parse_plenmask()
|
/external/libnl/lib/route/cls/ |
D | u32.c | 211 if (sel->hmask || sel->hoff) { in print_selector() 216 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask); in print_selector() 437 sel->hmask = hashmask; in rtnl_u32_set_hashmask()
|
/external/iproute2/include/uapi/linux/ |
D | pkt_cls.h | 179 __be32 hmask; member
|
/external/iptables/iptables/ |
D | nft-ipv4.c | 143 uint32_t bits, hmask = ntohl(mask); in mask_to_str() local 156 while (--i >= 0 && hmask != bits) in mask_to_str()
|
D | iptables.c | 1055 uint32_t bits, hmask = ntohl(mask); in print_ip() local 1073 while (--i >= 0 && hmask != bits) in print_ip()
|
/external/iproute2/tc/ |
D | f_u32.c | 804 if (get_be32(&sel->hmask, *argv, 16)) in parse_hashkey() 1321 if (sel->hmask) { in u32_print_opt() 1323 (unsigned int)htonl(sel->hmask), sel->hoff); in u32_print_opt()
|
/external/libnl/include/linux-private/linux/ |
D | pkt_cls.h | 213 __be32 hmask; member
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 182 __be32 hmask; member
|
/external/iproute2/include/ |
D | xtables.h | 161 union nf_inet_addr haddr, hmask; member
|
/external/iptables/include/ |
D | xtables.h | 161 union nf_inet_addr haddr, hmask; member
|
/external/u-boot/arch/powerpc/include/asm/ |
D | cpm_8xx.h | 627 ushort hmask; /* user defined frm addr mask */ member
|