Home
last modified time | relevance | path

Searched refs:sw_flow_id (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/openvswitch/
Dflow.h146 struct sw_flow_id { struct
179 struct sw_flow_id id;
203 static inline bool ovs_identifier_is_ufid(const struct sw_flow_id *sfid) in ovs_identifier_is_ufid()
208 static inline bool ovs_identifier_is_key(const struct sw_flow_id *sfid) in ovs_identifier_is_key()
Dflow_netlink.h62 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
63 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
Dflow_table.h84 const struct sw_flow_id *);
Dflow_table.c534 static u32 ufid_hash(const struct sw_flow_id *sfid) in ufid_hash()
540 const struct sw_flow_id *sfid) in ovs_flow_cmp_ufid()
557 const struct sw_flow_id *ufid) in ovs_flow_tbl_lookup_ufid()
Ddatapath.c706 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key()
723 const struct sw_flow_id *sfid, in ovs_flow_cmd_msg_size()
867 const struct sw_flow_id *sfid, in ovs_flow_cmd_alloc_info()
1101 struct sw_flow_id sfid; in ovs_flow_cmd_set()
1212 struct sw_flow_id ufid; in ovs_flow_cmd_get()
1271 struct sw_flow_id ufid; in ovs_flow_cmd_del()
Dflow_netlink.c1342 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, in ovs_nla_get_ufid()
1352 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, in ovs_nla_get_identifier()