Searched refs:FLOWSTAT_INC (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/net/ |
| D | flowtable.c | 135 #define FLOWSTAT_INC(ft, name) FLOWSTAT_ADD(ft, name, 1) macro 600 FLOWSTAT_INC(ft, ft_fail_lle_invalid); in flowtable_insert() 651 FLOWSTAT_INC(ft, ft_collisions); in flowtable_insert() 660 FLOWSTAT_INC(ft, ft_inserts); in flowtable_insert() 711 FLOWSTAT_INC(ft, ft_lookups); in flowtable_lookup_common() 726 FLOWSTAT_INC(ft, ft_hits); in flowtable_lookup_common() 732 FLOWSTAT_INC(ft, ft_misses); in flowtable_lookup_common() 789 FLOWSTAT_INC(ft, ft_free_checks); in flowtable_free_stale() 827 FLOWSTAT_INC(ft, ft_frees); in flowtable_free_stale()
|