MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ip4ip_outbound

Function ip4ip_outbound

dpdk/examples/ipsec-secgw/ipip.h:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static inline struct ip *
86ip4ip_outbound(struct rte_mbuf *m, uint32_t offset,
87 struct ip_addr *src, struct ip_addr *dst)
88{
89 return ipip_outbound(m, offset, 0, src, dst);
90}
91
92static inline struct ip6_hdr *
93ip6ip_outbound(struct rte_mbuf *m, uint32_t offset,

Callers 1

esp_outboundFunction · 0.85

Calls 1

ipip_outboundFunction · 0.85

Tested by

no test coverage detected