Searched refs:eth_fix_ip4_checksum (Results 1 – 4 of 4) sorted by relevance
407 eth_fix_ip4_checksum(void *l3hdr, size_t l3hdr_len);
658 eth_fix_ip4_checksum(l3hdr->iov_base, l3hdr->iov_len); in net_tx_pkt_tcp_fragment_fix()719 eth_fix_ip4_checksum(l3hdr->iov_base, l3hdr->iov_len); in net_tx_pkt_udp_fragment_fix()
173 eth_fix_ip4_checksum(PKT_GET_IP_HDR(pkt), PKT_GET_IP_HDR_LEN(pkt)); in create_udp_pkt()
319 eth_fix_ip4_checksum(void *l3hdr, size_t l3hdr_len) in eth_fix_ip4_checksum() function