Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h64 __u8 srcmask, dstmask; member
78 __u8 srcmask, dstmask; member
/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h63 __u8 srcmask, dstmask; member
77 __u8 srcmask, dstmask; member
/external/iptables/extensions/
Dlibxt_hashlimit.c199 to->dstmask = cfg->dstmask; in cfg_copy()
366 info->cfg.dstmask = 32; in hashlimit_mt4_init_v1()
377 info->cfg.dstmask = 128; in hashlimit_mt6_init_v1()
388 info->cfg.dstmask = 32; in hashlimit_mt4_init()
399 info->cfg.dstmask = 128; in hashlimit_mt6_init()
486 info->cfg.dstmask = cb->val.hlen; in hashlimit_mt_parse_v1()
527 info->cfg.dstmask = cb->val.hlen; in hashlimit_mt_parse()
755 if (cfg->dstmask != dmask) in hashlimit_mt_print()
756 printf(" dstmask %u", cfg->dstmask); in hashlimit_mt_print()
869 if (cfg->dstmask != dmask) in hashlimit_mt_save()
[all …]
Dlibxt_hashlimit.man37 \fB\-\-hashlimit\-dstmask\fP \fIprefix\fP
/external/libdrm/intel/
Dintel_decode.c631 char dstmask[8]; in i915_get_instruction_dst() local
636 dstmask[0] = 0; in i915_get_instruction_dst()
640 dstmask[dstmask_index++] = '.'; in i915_get_instruction_dst()
642 dstmask[dstmask_index++] = 'x'; in i915_get_instruction_dst()
644 dstmask[dstmask_index++] = 'y'; in i915_get_instruction_dst()
646 dstmask[dstmask_index++] = 'z'; in i915_get_instruction_dst()
648 dstmask[dstmask_index++] = 'w'; in i915_get_instruction_dst()
649 dstmask[dstmask_index++] = 0; in i915_get_instruction_dst()
657 dstmask[0] = 0; in i915_get_instruction_dst()
665 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c583 unsigned dstmask = inst_add->U.I.DstReg.WriteMask; in peephole_add_presub_add() local
584 unsigned src0_neg = inst_add->U.I.SrcReg[0].Negate & dstmask; in peephole_add_presub_add()
585 unsigned src1_neg = inst_add->U.I.SrcReg[1].Negate & dstmask; in peephole_add_presub_add()
599 if (inst_add->U.I.SrcReg[0].Negate && src0_neg != dstmask) in peephole_add_presub_add()
603 if (inst_add->U.I.SrcReg[1].Negate && src1_neg != dstmask) in peephole_add_presub_add()
/external/dhcpcd-6.8.2/
Dif-options.h163 uint8_t dstmask[256 / NBBY]; member
Dipv4.c556 !has_option_mask(ifp->options->dstmask, DHO_ROUTER)) in add_destination_route()
Dif-options.c1243 ifo->dstmask, arg, 2) != 0) in parse_option()
Ddhcp.c3793 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i)) in dhcp_handleifa()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith() local
279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask]; in r200UpdateFSArith()