Searched refs:sw_flow_id (Results 1 – 5 of 5) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | flow.h | 198 struct sw_flow_id { struct 231 struct sw_flow_id id; 271 static inline bool ovs_identifier_is_ufid(const struct sw_flow_id *sfid) in ovs_identifier_is_ufid() 276 static inline bool ovs_identifier_is_key(const struct sw_flow_id *sfid) in ovs_identifier_is_key()
|
| H A D | flow_netlink.h | 52 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log); 53 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
|
| H A D | flow_table.h | 103 const struct sw_flow_id *);
|
| H A D | datapath.c | 784 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key() 801 const struct sw_flow_id *sfid, in ovs_flow_cmd_msg_size() 952 const struct sw_flow_id *sfid, in ovs_flow_cmd_alloc_info() 1253 struct sw_flow_id sfid; in ovs_flow_cmd_set() 1354 struct sw_flow_id ufid; in ovs_flow_cmd_get() 1413 struct sw_flow_id ufid; in ovs_flow_cmd_del()
|
| H A D | flow_netlink.c | 1874 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, in ovs_nla_get_ufid() 1884 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, in ovs_nla_get_identifier()
|