HomeSort by relevance Sort by last modified time
    Searched refs:head_offset (Results 1 - 2 of 2) sorted by null

  /external/iptables/libiptc/
libiptc.c 129 unsigned int head_offset; /* offset in rule blob */ member in struct:chain_head
375 debug("head_offset:[%d] foot_offset:[%d] ",
376 handle->chain_index[pos]->head_offset,
378 res = offset - handle->chain_index[pos]->head_offset;
420 res = offset - handle->chain_index[pos+1]->head_offset;
708 if (offset >= c->head_offset && offset <= c->foot_offset) {
901 c->head_offset = offset;
1129 t->verdict = r->jump->head_offset + IPTCB_CHAIN_START_SIZE;
1153 head = (void *)repl->entries + c->head_offset;
1161 repl->hook_entry[c->hooknum-1] = c->head_offset;
    [all...]
  /external/libdrm/intel/
intel_decode.c 90 static uint32_t head_offset = 0xffffffff; /* undefined */ variable
130 if (offset == head_offset)
    [all...]

Completed in 103 milliseconds