Lines Matching full:tlm
1212 struct tcp_log_mem *tlm; in tcp_log_zone_init() local
1216 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_init()
1217 tlm->tlm_refcnt = 0; in tcp_log_zone_init()
1227 struct tcp_log_mem *tlm; in tcp_log_zone_ctor() local
1231 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_ctor()
1232 if (tlm->tlm_refcnt != 0) in tcp_log_zone_ctor()
1233 panic("%s:%d: tlm(%p)->tlm_refcnt is %d (expected 0)", in tcp_log_zone_ctor()
1234 __func__, __LINE__, tlm, tlm->tlm_refcnt); in tcp_log_zone_ctor()
1241 struct tcp_log_mem *tlm; in tcp_log_zone_dtor() local
1245 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_dtor()
1246 if (tlm->tlm_refcnt != 0) in tcp_log_zone_dtor()
1247 panic("%s:%d: tlm(%p)->tlm_refcnt is %d (expected 0)", in tcp_log_zone_dtor()
1248 __func__, __LINE__, tlm, tlm->tlm_refcnt); in tcp_log_zone_dtor()