Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_nat_sip.c41 unsigned int baseoff; in mangle_packet() local
45 baseoff = protoff + th->doff * 4; in mangle_packet()
46 matchoff += dataoff - baseoff; in mangle_packet()
53 baseoff = protoff + sizeof(struct udphdr); in mangle_packet()
54 matchoff += dataoff - baseoff; in mangle_packet()