Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Darp_tables.c337 unsigned int oldpos, size; in mark_source_chains() local
344 oldpos = pos; in mark_source_chains()
349 if (pos == oldpos) in mark_source_chains()
353 } while (oldpos == pos + e->next_offset); in mark_source_chains()
Dip_tables.c400 unsigned int oldpos, size; in mark_source_chains() local
406 oldpos = pos; in mark_source_chains()
411 if (pos == oldpos) in mark_source_chains()
415 } while (oldpos == pos + e->next_offset); in mark_source_chains()
/net/ipv6/netfilter/
Dip6_tables.c418 unsigned int oldpos, size; in mark_source_chains() local
424 oldpos = pos; in mark_source_chains()
429 if (pos == oldpos) in mark_source_chains()
433 } while (oldpos == pos + e->next_offset); in mark_source_chains()