mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
lib/packets: Remove packet_get_tcp_flags().
This function has no more users, so remove it. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -666,7 +666,6 @@ void packet_set_tcp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
|
||||
void packet_set_udp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
|
||||
void packet_set_sctp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
|
||||
|
||||
uint16_t packet_get_tcp_flags(const struct ofpbuf *, const struct flow *);
|
||||
void packet_format_tcp_flags(struct ds *, uint16_t);
|
||||
const char *packet_tcp_flag_to_string(uint32_t flag);
|
||||
|
||||
|
Reference in New Issue
Block a user