Searched refs:tcp_packet (Results 1 – 6 of 6) sorted by relevance
/external/android-clat/ |
D | translate.h | 79 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, uint32_t old_sum,
|
D | ipv4.c | 130 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv4_packet()
|
D | ipv6.c | 162 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv6_packet()
|
D | translate.c | 366 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, uint32_t old_sum, in tcp_packet() function
|
/external/syzkaller/sys/linux/ |
D | vnet.txt | 696 tcp tcp_packet 705 tcp tcp_packet 834 csum csum[tcp_packet, pseudo, IPPROTO_TCP, int16be] 839 tcp_packet {
|
/external/syzkaller/docs/linux/ |
D | external_fuzzing_network.md | 25 and TCP-like pseudo header checksum: `csum[tcp_packet, pseudo, IPPROTO_TCP, int16be]`.
|