Home
last modified time | relevance | path

Searched refs:oldpos (Results 1 – 3 of 3) sorted by relevance

/net/ipv4/netfilter/
Darp_tables.c336 unsigned int oldpos, size; in mark_source_chains() local
343 oldpos = pos; in mark_source_chains()
348 if (pos == oldpos) in mark_source_chains()
352 } while (oldpos == pos + e->next_offset); in mark_source_chains()
Dip_tables.c401 unsigned int oldpos, size; in mark_source_chains() local
407 oldpos = pos; in mark_source_chains()
412 if (pos == oldpos) in mark_source_chains()
416 } while (oldpos == pos + e->next_offset); in mark_source_chains()
/net/ipv6/netfilter/
Dip6_tables.c420 unsigned int oldpos, size; in mark_source_chains() local
426 oldpos = pos; in mark_source_chains()
431 if (pos == oldpos) in mark_source_chains()
435 } while (oldpos == pos + e->next_offset); in mark_source_chains()