Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDigmp.c82 #ifndef KTR_IGMPV3
83 #define KTR_IGMPV3 KTR_INET macro
365 CTR2(KTR_IGMPV3, "change igmp_default_version from %d to %d", in sysctl_igmp_default_version()
404 CTR2(KTR_IGMPV3, "change igmp_gsrdelay from %d to %d", in sysctl_igmp_gsr()
485 CTR3(KTR_IGMPV3, "%s: dispatch %p from %p", __func__, ifq, m); in igmp_dispatch_queue()
546 CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)", in igmp_domifattach()
591 CTR2(KTR_IGMPV3, "allocate igmp_ifinfo for ifp %p(%s)", in igi_alloc_locked()
614 CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)", __func__, ifp, in igmp_ifdetach()
659 CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)", in igmp_domifdetach()
675 CTR3(KTR_IGMPV3, "%s: freeing igmp_ifinfo for ifp %p(%s)", in igi_delete_locked()
[all …]
HDin_mcast.c64 #ifndef KTR_IGMPV3
65 #define KTR_IGMPV3 KTR_INET macro
516 CTR2(KTR_IGMPV3, "%s: refcount is %d", __func__, inm->inm_refcount); in inm_release_locked()
519 CTR2(KTR_IGMPV3, "%s: refcount is now %d", __func__, in inm_release_locked()
524 CTR2(KTR_IGMPV3, "%s: freeing inm %p", __func__, inm); in inm_release_locked()
529 CTR2(KTR_IGMPV3, "%s: purging ifma %p", __func__, ifma); in inm_release_locked()
740 CTR2(KTR_IGMPV3, "%s: free ims %p", __func__, ims); in imf_rollback()
794 CTR2(KTR_IGMPV3, "%s: free lims %p", __func__, ims); in imf_reap()
811 CTR2(KTR_IGMPV3, "%s: free ims %p", __func__, ims); in imf_purge()
857 CTR3(KTR_IGMPV3, "%s: allocated %s as %p", __func__, in inm_get_source()
[all …]