Searched refs:tcp_packet (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/clatd/ |
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 | 129 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv4_packet()
|
D | ipv6.c | 160 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv6_packet()
|
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() function
|