Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Connectivity/bpf/progs/
D[email protected]189 const int tcp6_overhead = sizeof(struct ipv6hdr) + sizeof(struct tcphdr) + 12; local
Doffload.c189 const int tcp6_overhead = sizeof(struct ipv6hdr) + sizeof(struct tcphdr) + 12; local