Lines Matching full:tlm
1202 struct tcp_log_mem *tlm; in tcp_log_zone_init() local
1206 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_init()
1207 tlm->tlm_refcnt = 0; in tcp_log_zone_init()
1217 struct tcp_log_mem *tlm; in tcp_log_zone_ctor() local
1221 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_ctor()
1222 if (tlm->tlm_refcnt != 0) in tcp_log_zone_ctor()
1223 panic("%s:%d: tlm(%p)->tlm_refcnt is %d (expected 0)", in tcp_log_zone_ctor()
1224 __func__, __LINE__, tlm, tlm->tlm_refcnt); in tcp_log_zone_ctor()
1231 struct tcp_log_mem *tlm; in tcp_log_zone_dtor() local
1235 tlm = (struct tcp_log_mem *)mem; in tcp_log_zone_dtor()
1236 if (tlm->tlm_refcnt != 0) in tcp_log_zone_dtor()
1237 panic("%s:%d: tlm(%p)->tlm_refcnt is %d (expected 0)", in tcp_log_zone_dtor()
1238 __func__, __LINE__, tlm, tlm->tlm_refcnt); in tcp_log_zone_dtor()