MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_ct_commit_flow

Function is_ct_commit_flow

dpdk/drivers/net/nfp/flower/nfp_conntrack.c:112–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static bool
113is_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
124static struct nfp_ct_merge_entry *
125nfp_ct_merge_table_search(struct nfp_ct_zone_entry *ze,

Callers 1

nfp_ct_flow_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected