Searched refs:next_header (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Connectivity/clatd/ |
D | ipv6.c | 82 const uint8_t *next_header; in ipv6_packet() local 112 next_header = packet + sizeof(struct ip6_hdr); in ipv6_packet() 127 frag_hdr = (struct ip6_frag *)next_header; in ipv6_packet() 133 next_header += sizeof(*frag_hdr); in ipv6_packet() 155 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv6_packet() 157 iov_len = icmp6_packet(out, pos + 2, (const struct icmp6_hdr *)next_header, len_left); in ipv6_packet() 160 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv6_packet() 163 udp_packet(out, pos + 2, (const struct udphdr *)next_header, old_sum, new_sum, len_left); in ipv6_packet() 165 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv6_packet()
|
D | ipv4.c | 63 const uint8_t *next_header; in ipv4_packet() local 93 next_header = packet + header->ihl * 4; in ipv4_packet() 124 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv4_packet() 126 iov_len = icmp_packet(out, pos + 2, (const struct icmphdr *)next_header, new_sum, len_left); in ipv4_packet() 129 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv4_packet() 132 udp_packet(out, pos + 2, (const struct udphdr *)next_header, old_sum, new_sum, len_left); in ipv4_packet() 134 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv4_packet()
|
/packages/modules/Virtualization/microdroid/kernel/android15-6.6/arm64/ |
D | System.map | 36075 ffffffc080b16af8 d next_header
|
/packages/modules/Virtualization/microdroid/kernel/android15-6.1/arm64/ |
D | System.map | 43569 ffffffc008b06af0 d next_header
|
/packages/modules/Virtualization/microdroid/kernel/android14-6.1/arm64/ |
D | System.map | 44075 ffffffc008b76af0 d next_header
|
/packages/modules/Virtualization/microdroid/kernel/android15-6.1/x86_64/ |
D | System.map | 61531 ffffffff82449b28 d next_header
|
/packages/modules/Virtualization/microdroid/kernel/android14-6.1/x86_64/ |
D | System.map | 63092 ffffffff82452e08 d next_header
|
/packages/modules/Virtualization/microdroid/kernel/android15-6.6/x86_64/ |
D | System.map | 90871 ffffffff82423b28 d next_header
|