Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_nat_sip.c43 unsigned int baseoff; in mangle_packet() local
47 baseoff = protoff + th->doff * 4; in mangle_packet()
48 matchoff += dataoff - baseoff; in mangle_packet()
55 baseoff = protoff + sizeof(struct udphdr); in mangle_packet()
56 matchoff += dataoff - baseoff; in mangle_packet()