ctnetlink_get_id
if (ctnetlink_get_id(ct) != last_id)
cb->args[1] = ctnetlink_get_id(ct);
if (ctnetlink_get_id(ct) != ctx->last_id)
ctx->last_id = ctnetlink_get_id(ct);
if (last_id && last_id != ctnetlink_get_id(ct))