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

Function pfr_reset_feedback

freebsd/netpfil/pf/pf_table.c:925–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925static void
926pfr_reset_feedback(struct pfr_addr *addr, int size)
927{
928 struct pfr_addr *ad;
929 int i;
930
931 for (i = 0, ad = addr; i < size; i++, ad++)
932 ad->pfra_fback = PFR_FB_NONE;
933}
934
935static void
936pfr_prepare_network(union sockaddr_union *sa, int af, int net)

Callers 4

pfr_add_addrsFunction · 0.85
pfr_del_addrsFunction · 0.85
pfr_set_addrsFunction · 0.85
pfr_clr_astatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected