mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
flow: Export parse_ipv6_ext_hdrs().
This will be used by a future commit. Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Joe Stringer <joe@ovn.org> Acked-by: Flavio Leitner <fbl@sysclose.org>
This commit is contained in:
@@ -106,6 +106,9 @@ void flow_set_mpls_lse(struct flow *, int idx, ovs_be32 lse);
|
||||
|
||||
void flow_compose(struct dp_packet *, const struct flow *);
|
||||
|
||||
bool parse_ipv6_ext_hdrs(const void **datap, size_t *sizep, uint8_t *nw_proto,
|
||||
uint8_t *nw_frag);
|
||||
|
||||
static inline uint64_t
|
||||
flow_get_xreg(const struct flow *flow, int idx)
|
||||
{
|
||||
|
Reference in New Issue
Block a user