Searched defs:head_offset (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libiptc/
H A Dlibiptc.c129 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...]

Completed in 56 milliseconds