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

Function ip6ip_outbound

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

Source from the content-addressed store, hash-verified

90}
91
92static inline struct ip6_hdr *
93ip6ip_outbound(struct rte_mbuf *m, uint32_t offset,
94 struct ip_addr *src, struct ip_addr *dst)
95{
96 return ipip_outbound(m, offset, 1, src, dst);
97}
98
99static inline void
100ip4_ecn_setup(struct ip *ip4)

Callers 1

esp_outboundFunction · 0.85

Calls 1

ipip_outboundFunction · 0.85

Tested by

no test coverage detected