Searched refs:dstmask (Results 1 – 11 of 11) sorted by relevance
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 64 __u8 srcmask, dstmask; member 78 __u8 srcmask, dstmask; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 63 __u8 srcmask, dstmask; member 77 __u8 srcmask, dstmask; member
|
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 199 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 …]
|
D | libxt_hashlimit.man | 37 \fB\-\-hashlimit\-dstmask\fP \fIprefix\fP
|
/external/libdrm/intel/ |
D | intel_decode.c | 631 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/ |
D | radeon_optimize.c | 583 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/ |
D | if-options.h | 163 uint8_t dstmask[256 / NBBY]; member
|
D | ipv4.c | 556 !has_option_mask(ifp->options->dstmask, DHO_ROUTER)) in add_destination_route()
|
D | if-options.c | 1243 ifo->dstmask, arg, 2) != 0) in parse_option()
|
D | dhcp.c | 3793 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i)) in dhcp_handleifa()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith() local 279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask]; in r200UpdateFSArith()
|