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

Function pfr_lookup_table

freebsd/netpfil/pf/pf_table.c:1999–2005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1997}
1998
1999static struct pfr_ktable *
2000pfr_lookup_table(struct pfr_table *tbl)
2001{
2002 /* struct pfr_ktable start like a struct pfr_table */
2003 return (RB_FIND(pfr_ktablehead, &V_pfr_ktables,
2004 (struct pfr_ktable *)tbl));
2005}
2006
2007int
2008pfr_match_addr(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af)

Callers 9

pfr_clr_addrsFunction · 0.85
pfr_add_addrsFunction · 0.85
pfr_del_addrsFunction · 0.85
pfr_set_addrsFunction · 0.85
pfr_tst_addrsFunction · 0.85
pfr_get_addrsFunction · 0.85
pfr_get_astatsFunction · 0.85
pfr_clr_astatsFunction · 0.85
pfr_attach_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected