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

Function sfc_flow_init

dpdk/drivers/net/sfc/sfc_flow.c:2954–2961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2952};
2953
2954void
2955sfc_flow_init(struct sfc_adapter *sa)
2956{
2957 SFC_ASSERT(sfc_adapter_is_locked(sa));
2958
2959 TAILQ_INIT(&sa->flow_indir_actions);
2960 TAILQ_INIT(&sa->flow_list);
2961}
2962
2963void
2964sfc_flow_fini(struct sfc_adapter *sa)

Callers 1

sfc_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected