Home
last modified time | relevance | path

Searched refs:should_fill_key (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c716 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key() function
747 if (!sfid || should_fill_key(sfid, ufid_flags)) in ovs_flow_cmd_msg_size()
852 if (should_fill_key(&flow->id, ufid_flags)) { in ovs_flow_cmd_fill_info()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c755 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key() function
786 if (!sfid || should_fill_key(sfid, ufid_flags)) in ovs_flow_cmd_msg_size()
891 if (should_fill_key(&flow->id, ufid_flags)) { in ovs_flow_cmd_fill_info()

Completed in 7 milliseconds