FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
static_always_inline void tunnel_decap_fixup_4o4 | ( | tunnel_encap_decap_flags_t | flags, |
ip4_header_t * | inner, | ||
const ip4_header_t * | outer | ||
) |
Definition at line 91 of file tunnel_dp.h.
static_always_inline void tunnel_decap_fixup_4o6 | ( | tunnel_encap_decap_flags_t | flags, |
ip4_header_t * | inner, | ||
const ip6_header_t * | outer | ||
) |
Definition at line 67 of file tunnel_dp.h.
static_always_inline void tunnel_decap_fixup_6o4 | ( | tunnel_encap_decap_flags_t | flags, |
ip6_header_t * | inner, | ||
const ip4_header_t * | outer | ||
) |
Definition at line 83 of file tunnel_dp.h.
static_always_inline void tunnel_decap_fixup_6o6 | ( | tunnel_encap_decap_flags_t | flags, |
ip6_header_t * | inner, | ||
const ip6_header_t * | outer | ||
) |
Definition at line 75 of file tunnel_dp.h.
static_always_inline void tunnel_encap_fixup_4o4 | ( | tunnel_encap_decap_flags_t | flags, |
const ip4_header_t * | inner, | ||
ip4_header_t * | outer | ||
) |
Definition at line 24 of file tunnel_dp.h.
static_always_inline void tunnel_encap_fixup_4o6 | ( | tunnel_encap_decap_flags_t | flags, |
const ip4_header_t * | inner, | ||
ip6_header_t * | outer | ||
) |
Definition at line 57 of file tunnel_dp.h.
static_always_inline void tunnel_encap_fixup_6o4 | ( | tunnel_encap_decap_flags_t | flags, |
const ip6_header_t * | inner, | ||
ip4_header_t * | outer | ||
) |
Definition at line 37 of file tunnel_dp.h.
static_always_inline void tunnel_encap_fixup_6o6 | ( | tunnel_encap_decap_flags_t | flags, |
const ip6_header_t * | inner, | ||
ip6_header_t * | outer | ||
) |
Definition at line 47 of file tunnel_dp.h.