Searched refs:sw_flow_id (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow.h | 202 struct sw_flow_id { struct 234 struct sw_flow_id id; 258 static inline bool ovs_identifier_is_ufid(const struct sw_flow_id *sfid) in ovs_identifier_is_ufid() 263 static inline bool ovs_identifier_is_key(const struct sw_flow_id *sfid) in ovs_identifier_is_key()
|
D | flow_netlink.h | 60 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log); 61 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
|
D | flow_table.h | 84 const struct sw_flow_id *);
|
D | flow_table.c | 532 static u32 ufid_hash(const struct sw_flow_id *sfid) in ufid_hash() 538 const struct sw_flow_id *sfid) in ovs_flow_cmp_ufid() 555 const struct sw_flow_id *ufid) in ovs_flow_tbl_lookup_ufid()
|
D | datapath.c | 663 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key() 680 const struct sw_flow_id *sfid, in ovs_flow_cmd_msg_size() 824 const struct sw_flow_id *sfid, in ovs_flow_cmd_alloc_info() 1055 struct sw_flow_id sfid; in ovs_flow_cmd_set() 1165 struct sw_flow_id ufid; in ovs_flow_cmd_get() 1223 struct sw_flow_id ufid; in ovs_flow_cmd_del()
|
D | flow_netlink.c | 1205 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, in ovs_nla_get_ufid() 1215 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, in ovs_nla_get_identifier()
|