FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static_always_inline void | vnet_calc_ip4_checksums (vlib_main_t *vm, vlib_buffer_t *b, ip4_header_t *ip4, tcp_header_t *th, udp_header_t *uh) |
static_always_inline void | vnet_calc_ip6_checksums (vlib_main_t *vm, vlib_buffer_t *b, ip6_header_t *ip6, tcp_header_t *th, udp_header_t *uh) |
static_always_inline void | vnet_calc_checksums_inline (vlib_main_t *vm, vlib_buffer_t *b, int is_ip4, int is_ip6) |
static_always_inline void vnet_calc_checksums_inline | ( | vlib_main_t * | vm, |
vlib_buffer_t * | b, | ||
int | is_ip4, | ||
int | is_ip6 | ||
) |
Definition at line 84 of file interface_output.h.
static_always_inline void vnet_calc_ip4_checksums | ( | vlib_main_t * | vm, |
vlib_buffer_t * | b, | ||
ip4_header_t * | ip4, | ||
tcp_header_t * | th, | ||
udp_header_t * | uh | ||
) |
Definition at line 47 of file interface_output.h.
static_always_inline void vnet_calc_ip6_checksums | ( | vlib_main_t * | vm, |
vlib_buffer_t * | b, | ||
ip6_header_t * | ip6, | ||
tcp_header_t * | th, | ||
udp_header_t * | uh | ||
) |
Definition at line 66 of file interface_output.h.