X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fflow.h;h=be734532c2082e0a80db2f22c868d08b43c787c0;hb=fca2ffb3a05ed8f04121781a56c75e80611b6f8d;hp=78d5a7019c00b5d02f33a9aa6f81b63308a5f19b;hpb=37a1300c3ca05a97160d44dc34298c447b50ed9d;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index 78d5a701..be734532 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -91,6 +91,7 @@ void flow_put(struct sw_flow *); int flow_extract(struct sk_buff *, u16 in_port, struct sw_flow_key *, bool *is_frag); void flow_used(struct sw_flow *, struct sk_buff *); +u64 flow_used_time(unsigned long flow_jiffies); u32 flow_hash(const struct sw_flow_key *); int flow_cmp(const struct tbl_node *, void *target);