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

Function pfr_skip_table

freebsd/netpfil/pf/pf_table.c:1772–1780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770}
1771
1772static int
1773pfr_skip_table(struct pfr_table *filter, struct pfr_ktable *kt, int flags)
1774{
1775 if (flags & PFR_FLAG_ALLRSETS)
1776 return (0);
1777 if (strcmp(filter->pfrt_anchor, kt->pfrkt_anchor))
1778 return (1);
1779 return (0);
1780}
1781
1782static void
1783pfr_insert_ktables(struct pfr_ktableworkq *workq)

Callers 6

pfr_clr_tablesFunction · 0.85
pfr_get_tablesFunction · 0.85
pfr_get_tstatsFunction · 0.85
pfr_ina_beginFunction · 0.85
pfr_ina_rollbackFunction · 0.85
pfr_ina_commitFunction · 0.85

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected