diff options
Diffstat (limited to 'lib/flow.h')
-rw-r--r-- | lib/flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flow.h b/lib/flow.h index 5b6585f11..af7b5e921 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -133,6 +133,7 @@ bool parse_ipv6_ext_hdrs(const void **datap, size_t *sizep, uint8_t *nw_proto, uint8_t *nw_frag); ovs_be16 parse_dl_type(const struct eth_header *data_, size_t size); bool parse_nsh(const void **datap, size_t *sizep, struct ovs_key_nsh *key); +uint16_t parse_tcp_flags(struct dp_packet *packet); static inline uint64_t flow_get_xreg(const struct flow *flow, int idx) |