Home
last modified time | relevance | path

Searched defs:tcp_overhead (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/bpf_progs/
Doffload.c212 const int tcp_overhead = sizeof(struct ipv6hdr) + sizeof(struct tcphdr) + 12; local
525 const int tcp_overhead = sizeof(struct iphdr) + sizeof(struct tcphdr) + 12; in do_forward4() local