Home
last modified time | relevance | path

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

/packages/modules/Connectivity/clatd/
Ddump.c167 void dump_tcp_generic(const struct tcphdr *tcp, const uint8_t *options, size_t options_size, in dump_tcp_generic()
209 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, const uint8_t *payload, in dump_tcp()
218 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, const uint8_t *payload, in dump_tcp6()
Dtranslate.c365 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, uint32_t old_sum, in tcp_packet()
442 int tcp_translate(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, in tcp_translate()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetdEventListenerServiceTest.java98 final int tcp = 6; in testWakeupEventLogging() local
179 final int tcp = 6; in testWakeupStatsLogging() local
DIpConnectivityMetricsTest.java336 final int tcp = 6; in testEndToEndLogging() local
/packages/modules/Connectivity/bpf_progs/
DdscpPolicy.c112 struct tcphdr* tcp; in DEFINE_BPF_MAP_GRW() local
/packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/
DInetDiagSocketIntegrationTest.java167 TcpConnection tcp = new TcpConnection(to, from); in checkGetConnectionOwnerUid() local