| 110 | } |
| 111 | |
| 112 | static bool |
| 113 | is_ct_commit_flow(const struct ct_data *ct) |
| 114 | { |
| 115 | if (ct == NULL) |
| 116 | return false; |
| 117 | |
| 118 | if ((ct->ct_state & OVS_CS_F_NEW) != 0) |
| 119 | return true; |
| 120 | |
| 121 | return false; |
| 122 | } |
| 123 | |
| 124 | static struct nfp_ct_merge_entry * |
| 125 | nfp_ct_merge_table_search(struct nfp_ct_zone_entry *ze, |