Searched refs:MACFILTER_DEBUG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_macfilter.c | 77 #define MACFILTER_DEBUG(fmt, ...) printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, __VA_A… macro 79 #define MACFILTER_DEBUG(fmt, ...) macro 149 MACFILTER_DEBUG("buf %p, ngm_hooks %p, n %d", buf, ngm_hooks, ngm_hooks->n); in macfilter_get_upper_hook_count() 295 MACFILTER_DEBUG("used=%d allocated=%d->%d", in macfilter_mactable_resize() 411 …MACFILTER_DEBUG("ether=" MAC_FMT " found=%d i=%d ether=" MAC_FMT " hookid=%d->%d used=%d allocated… in macfilter_mactable_change() 494 MACFILTER_DEBUG("ether=" MAC_FMT " hook=%s", in macfilter_direct() 507 MACFILTER_DEBUG("ether=" MAC_FMT " hookid=%d", in macfilter_direct_hookid() 546 MACFILTER_DEBUG("ether=" MAC_FMT " len=%db->%lldb: bytes: %s -> %s", in macfilter_ether_output() 552 MACFILTER_DEBUG("ether=" MAC_FMT " len=%db->?b: bytes: %s->%s", in macfilter_ether_output() 588 MACFILTER_DEBUG("ether=" MAC_FMT " len=%db->%lldb: bytes: %s->%s", in macfilter_ether_input() [all …]
|