Searched refs:udp_packet (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/clatd/ |
D | translate.h | 81 int udp_packet(clat_packet out, clat_packet_index pos, const struct udphdr *udp, uint32_t old_sum,
|
D | ipv4.c | 132 udp_packet(out, pos + 2, (const struct udphdr *)next_header, old_sum, new_sum, len_left); in ipv4_packet()
|
D | ipv6.c | 163 udp_packet(out, pos + 2, (const struct udphdr *)next_header, old_sum, new_sum, len_left); in ipv6_packet()
|
D | translate.c | 341 int udp_packet(clat_packet out, clat_packet_index pos, const struct udphdr *udp, uint32_t old_sum, in udp_packet() function
|