Searched defs:tcp (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/clatd/ |
D | dump.c | 167 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()
|
D | translate.c | 365 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/ |
D | NetdEventListenerServiceTest.java | 98 final int tcp = 6; in testWakeupEventLogging() local 179 final int tcp = 6; in testWakeupStatsLogging() local
|
D | IpConnectivityMetricsTest.java | 336 final int tcp = 6; in testEndToEndLogging() local
|
/packages/modules/Connectivity/bpf_progs/ |
D | dscpPolicy.c | 112 struct tcphdr* tcp; in DEFINE_BPF_MAP_GRW() local
|
/packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/ |
D | InetDiagSocketIntegrationTest.java | 167 TcpConnection tcp = new TcpConnection(to, from); in checkGetConnectionOwnerUid() local
|