Home
last modified time | relevance | path

Searched refs:KTR_IGMPV3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Digmp.c88 #ifndef KTR_IGMPV3
89 #define KTR_IGMPV3 KTR_INET macro
425 CTR2(KTR_IGMPV3, "change igmp_default_version from %d to %d", in sysctl_igmp_default_version()
464 CTR2(KTR_IGMPV3, "change igmp_gsrdelay from %d to %d", in sysctl_igmp_gsr()
552 CTR3(KTR_IGMPV3, "%s: dispatch %p from %p", __func__, mq, m); in igmp_dispatch_queue()
614 CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)", in igmp_domifattach()
653 CTR2(KTR_IGMPV3, "allocate igmp_ifsoftc for ifp %p(%s)", in igi_alloc_locked()
677 CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)", __func__, ifp, in igmp_ifdetach()
710 CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)", in igmp_domifdetach()
723 CTR3(KTR_IGMPV3, "%s: freeing igmp_ifsoftc for ifp %p(%s)", in igi_delete_locked()
[all …]
H A Din_mcast.c70 #ifndef KTR_IGMPV3
71 #define KTR_IGMPV3 KTR_INET macro
616 CTR2(KTR_IGMPV3, "%s: refcount is %d", __func__, inm->inm_refcount); in inm_release()
618 CTR2(KTR_IGMPV3, "%s: freeing inm %p", __func__, inm); in inm_release()
624 CTR2(KTR_IGMPV3, "%s: purging ifma %p", __func__, ifma); in inm_release()
838 CTR2(KTR_IGMPV3, "%s: free ims %p", __func__, ims); in imf_rollback()
892 CTR2(KTR_IGMPV3, "%s: free lims %p", __func__, ims); in imf_reap()
909 CTR2(KTR_IGMPV3, "%s: free ims %p", __func__, ims); in imf_purge()
951 CTR3(KTR_IGMPV3, "%s: allocated 0x%08x as %p", __func__, in inm_get_source()
971 CTR3(KTR_IGMPV3, "%s: t1 ex -= %d on 0x%08x", in ims_merge()
[all …]