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

Function pfr_insert_ktables

freebsd/netpfil/pf/pf_table.c:1782–1789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780}
1781
1782static void
1783pfr_insert_ktables(struct pfr_ktableworkq *workq)
1784{
1785 struct pfr_ktable *p;
1786
1787 SLIST_FOREACH(p, workq, pfrkt_workq)
1788 pfr_insert_ktable(p);
1789}
1790
1791static void
1792pfr_insert_ktable(struct pfr_ktable *kt)

Callers 2

pfr_add_tablesFunction · 0.85
pfr_ina_defineFunction · 0.85

Calls 1

pfr_insert_ktableFunction · 0.85

Tested by

no test coverage detected