| rte_cksum.h(3) | Library Functions Manual | rte_cksum.h(3) |
rte_cksum.h
#include <stdint.h>
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_mbuf.h>
static uint16_t rte_raw_cksum (const void *buf, size_t len)
static int rte_raw_cksum_mbuf (const struct rte_mbuf *m,
uint32_t off, uint32_t len, uint16_t *cksum)
Protocol independent checksum utilities.
Definition in file rte_cksum.h.
Process the non-complemented checksum of a buffer.
Parameters
Returns
Definition at line 94 of file rte_cksum.h.
Compute the raw (non complemented) checksum of a packet.
Parameters
Returns
Definition at line 117 of file rte_cksum.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |