Searched refs:next_header_proto (Results 1 – 4 of 4) sorted by relevance
220 int net_ipv4_finalize(struct net_pkt *pkt, uint8_t next_header_proto);223 uint8_t next_header_proto) in net_ipv4_finalize() argument226 ARG_UNUSED(next_header_proto); in net_ipv4_finalize()
109 int net_ipv4_finalize(struct net_pkt *pkt, uint8_t next_header_proto) in net_ipv4_finalize() argument130 ipv4_hdr->proto = next_header_proto; in net_ipv4_finalize()140 next_header_proto == IPPROTO_UDP) { in net_ipv4_finalize()143 next_header_proto == IPPROTO_TCP) { in net_ipv4_finalize()145 } else if (next_header_proto == IPPROTO_ICMP) { in net_ipv4_finalize()
192 int net_ipv6_finalize(struct net_pkt *pkt, uint8_t next_header_proto);195 uint8_t next_header_proto) in net_ipv6_finalize() argument198 ARG_UNUSED(next_header_proto); in net_ipv6_finalize()
118 int net_ipv6_finalize(struct net_pkt *pkt, uint8_t next_header_proto) in net_ipv6_finalize() argument136 ipv6_hdr->nexthdr = next_header_proto; in net_ipv6_finalize()149 next_header_proto == IPPROTO_UDP) { in net_ipv6_finalize()152 next_header_proto == IPPROTO_TCP) { in net_ipv6_finalize()154 } else if (next_header_proto == IPPROTO_ICMPV6) { in net_ipv6_finalize()
Completed in 18 milliseconds